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.
This commit is contained in:
Daniel Stenberg 2002-11-20 19:04:34 +00:00
Родитель d2174da641
Коммит f68505ee23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -107,7 +107,8 @@ while test $# -gt 0; do
;;
--cflags)
echo -I@includedir@
#echo -I@includedir@
echo ""
;;
--libs)