Commit f68505ee authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Karol Pietrzak pointed out that simply including the include dir in --cflags

is not a good thing, as recent gccs for example complain if it is /usr/include

Right now, we just output "" until we think of something better.
parent d2174da6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -107,7 +107,8 @@ while test $# -gt 0; do
	;;

    --cflags)
       	echo -I@includedir@
       	#echo -I@includedir@
        echo ""
       	;;

    --libs)