diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-19 09:33:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-19 09:33:59 +0000 |
commit | 49aa7980821504276880eba7d684720be988bf20 (patch) | |
tree | 0ef42a11ee6bd2f1276893127e96cd21b710af1b /ares | |
parent | c6e5b6719785943e2225cae1cc70db61dfb57ede (diff) |
check for standard headers when --enable-debug is used
Diffstat (limited to 'ares')
-rw-r--r-- | ares/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index abb65d940..f4c235f80 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -30,6 +30,9 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]), ;; *) AC_MSG_RESULT(yes) + dnl Checks for standard header files, to make memdebug.h inclusions bettter + AC_HEADER_STDC + CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../include" CFLAGS="$CFLAGS -g" if test "$GCC" = "yes"; then |