diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-01 20:26:02 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-01 20:26:02 +0000 |
commit | db1281fa9bf70d47b90c1b374bee8191524add9f (patch) | |
tree | 2a552f89baa095b31b91827a30fc2cb93d16e033 /ares/m4 | |
parent | 223d84810435d1fa3937e46488f6a4763de06972 (diff) |
Undo old temporary change once used for testing purposes
Diffstat (limited to 'ares/m4')
-rw-r--r-- | ares/m4/cares-compilers.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index 68f47efd8..715c31eb8 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/m4/cares-compilers.m4 @@ -1150,8 +1150,7 @@ AC_DEFUN([CARES_CHECK_CURLDEBUG], [ if test "$want_curldebug" = "yes"; then dnl TODO: Verify if the BUILDING_LIBCURL definition is still required. AC_DEFINE(BUILDING_LIBCURL, 1, [when building as static part of libcurl]) - # CPPFLAGS="$CPPFLAGS -DCURLDEBUG" - CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../lib" + CPPFLAGS="$CPPFLAGS -DCURLDEBUG" squeeze CPPFLAGS fi # |