From: curt Date: Tue, 23 Mar 2004 13:43:13 +0000 (+0000) Subject: For cygwin, make sure to preserve previous contents of EXTRA_DIRS. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d50d5b68c1e3ca38040f67a000ab12748fdcfe4;p=flightgear.git For cygwin, make sure to preserve previous contents of EXTRA_DIRS. --- diff --git a/configure.ac b/configure.ac index 5f936117a..c00fda299 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;;