mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58: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)
|
--cflags)
|
||||||
#echo -I@includedir@
|
if test "X@includedir@" = "X/usr/include"; then
|
||||||
echo ""
|
echo ""
|
||||||
|
else
|
||||||
|
echo "-I@includedir@"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--libs)
|
--libs)
|
||||||
|
Loading…
Reference in New Issue
Block a user