mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Markus Oberhumer fixed the -cflags option
This commit is contained in:
parent
63667dfd96
commit
b0fbb98f41
@ -107,8 +107,11 @@ while test $# -gt 0; do
|
||||
;;
|
||||
|
||||
--cflags)
|
||||
#echo -I@includedir@
|
||||
echo ""
|
||||
if test "X@includedir@" = "X/usr/include"; then
|
||||
echo ""
|
||||
else
|
||||
echo "-I@includedir@"
|
||||
fi
|
||||
;;
|
||||
|
||||
--libs)
|
||||
|
Loading…
Reference in New Issue
Block a user