]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't use out of date macro.
authorMichael Jerris <mike@jerris.com>
Sun, 11 Mar 2007 12:24:27 +0000 (12:24 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 11 Mar 2007 12:24:27 +0000 (12:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4546 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sqlite/configure.ac

index 85af8960d5b72af8e62dc4785eb2bd6b0c0307c1..cdc22c72b81f984b492e926e461626360f74a665 100644 (file)
@@ -394,7 +394,10 @@ else
   AC_MSG_RESULT(unknown)
 fi
 if test "$CYGWIN" != "yes"; then
-  AC_CYGWIN
+  case $host_os in
+    *cygwin* ) CYGWIN=yes;;
+    * ) CYGWIN=no;;
+  esac
 fi
 if test "$CYGWIN" = "yes"; then
   BUILD_EXEEXT=.exe