]> git.mxchange.org Git - flightgear.git/commitdiff
For cygwin, make sure to preserve previous contents of EXTRA_DIRS.
authorcurt <curt>
Tue, 23 Mar 2004 13:43:13 +0000 (13:43 +0000)
committercurt <curt>
Tue, 23 Mar 2004 13:43:13 +0000 (13:43 +0000)
configure.ac

index 5f936117a47165063d991ac3bf10b2e463a90819..c00fda2994aa52e66fcb21ef1a356cc56cfd2b8d 100644 (file)
@@ -106,7 +106,7 @@ case "${host}" in
 
 *-*-cygwin*)
     if test -d /usr/local ; then
-        EXTRA_DIRS="/usr/local"
+        EXTRA_DIRS="${EXTRA_DIRS} /usr/local"
     fi
     ;;