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

Markus Oberhumer fixed the -cflags option

parent 63667dfd
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -107,8 +107,11 @@ while test $# -gt 0; do
	;;

    --cflags)
       	#echo -I@includedir@
       	if test "X@includedir@" = "X/usr/include"; then
          echo ""
        else
          echo "-I@includedir@"
        fi
       	;;

    --libs)