specify the cares lib before the other libs, to make it build fine with mingw
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jun 2005 21:30:29 +0000 (21:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jun 2005 21:30:29 +0000 (21:30 +0000)
- inspired by Tupone Alfredo's bug report (and patch) #1212940

configure.ac

index b42b32d..2673c48 100644 (file)
@@ -1650,7 +1650,7 @@ AC_HELP_STRING([--disable-ares],[Disable ares for name lookups]),
        AC_SUBST(HAVE_ARES)
        curl_ares_msg="enabled"
 
-       LIBS="$LIBS -lcares"
+       LIBS="-lcares $LIBS"
 
        dnl For backwards compatibility default to includes/lib in srcdir/ares
        dnl If a value is specified it is assumed that the libs are in $val/lib