[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kioslave/http
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-10-09 11:09:00
Message-ID: 20041009110900.09E6C16B5C () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

unset CFLAGS before calling krb5-config (patch by willem boschman)


  M +3 -0      configure.in.in   1.5


--- kdelibs/kioslave/http/configure.in.in  #1.4:1.5
@@ -17,6 +17,9 @@
 
   if test -n "$KRB5_CONFIG"; then
+    kde_save_cflags="$CFLAGS"
+    unset CFLAGS
     GSSAPI_INCS="`$KRB5_CONFIG --cflags gssapi`"
     GSSAPI_LIBS="`$KRB5_CONFIG --libs gssapi`"
+    CFLAGS="$kde_save_cflags"
     if test "$USE_RPATH" = yes; then
       for args in $GSSAPI_LIBS; do


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic