Commit 56e6441c authored by Guenter Knauf's avatar Guenter Knauf
Browse files

test if adding ../lib to includes can fix the current break ...

parent b74b5e06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1150,7 +1150,8 @@ 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"
    CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../lib"
    squeeze CPPFLAGS
  fi
  #