Markus Oberhumer fixed the -cflags option

This commit is contained in:
Daniel Stenberg 2003-01-16 10:58:49 +00:00
Родитель 63667dfd96
Коммит b0fbb98f41
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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)