aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-confopts.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-02 04:17:36 +0000
committerYang Tse <yangsita@gmail.com>2008-10-02 04:17:36 +0000
commita7b95cacb6f9f4b429bab880f8d1a8b07e887443 (patch)
treeecf20768ad77bafc97f858cddcfb76476afba3f9 /m4/curl-confopts.m4
parentac0e0351a0c8bf992f0a8f57dabfdbab6936ede2 (diff)
debug option check must be before warnings option check
Diffstat (limited to 'm4/curl-confopts.m4')
-rw-r--r--m4/curl-confopts.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4
index 5daf2df5e..0c125d9c3 100644
--- a/m4/curl-confopts.m4
+++ b/m4/curl-confopts.m4
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 1
+# serial 2
dnl CURL_CHECK_OPTION_DEBUG
@@ -32,7 +32,7 @@ dnl --enable-debug or --disable-debug, and set shell
dnl variable want_debug value as appropriate.
AC_DEFUN([CURL_CHECK_OPTION_DEBUG], [
- AC_BEFORE([$0],[CURL_CHECK_OPTION_DEBUG])dnl
+ AC_BEFORE([$0],[CURL_CHECK_OPTION_WARNINGS])dnl
AC_BEFORE([$0],[AC_PROG_CC])dnl
AC_MSG_CHECKING([whether to enable debug build options])
OPT_DEBUG_BUILD="default"