Default MYPATH=":" instead when cros-compiling (#133573).
authorjbj <devnull@localhost>
Sat, 29 Jan 2005 16:05:03 +0000 (16:05 +0000)
committerjbj <devnull@localhost>
Sat, 29 Jan 2005 16:05:03 +0000 (16:05 +0000)
CVS patchset: 7724
CVS date: 2005/01/29 16:05:03

configure.ac

index b69356a..3427d8e 100644 (file)
@@ -234,7 +234,7 @@ dnl
 dnl use defaults if cross-compiling, otherwise use the default path.
 dnl
 if test "$cross_compiling" = "yes"; then
-    MYPATH=""
+    MYPATH=":"
 else
 #    MYPATH="/bin:/usr/bin:/usr/local/bin:$PATH:/sbin:/usr/sbin:/usr/local/sbin:/opt/gnu/bin"
     MYPATH=$PATH