]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
changed mingw32 detection
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 25 Oct 2011 18:13:29 +0000 (20:13 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 25 Oct 2011 18:13:29 +0000 (20:13 +0200)
configure.ac

index eaf7518f9cf624b4ca5986560b146c8c1e070beb..e7078b78075ef07e06441ca97e149fbc89d07dfb 100644 (file)
@@ -70,7 +70,7 @@ AM_CONDITIONAL(WANT_TEST_SUITE, [test -f tests/suite/mini-eagain2.c])
 
 dnl Detect windows build
 case "$host" in
-  *-*-mingw32* | *-*-mingw64*)
+  *mingw32* | *mingw64*)
     have_win=yes
   ;;
   *)