fix blah-config includes

SVN revision: 23387
This commit is contained in:
Carsten Haitzler 2006-06-11 22:37:25 +00:00
parent 24645bbd57
commit 4e5a096783
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
if test @prefix@/local != /usr/include ; then
includes="-I@prefix@/local"
if test @prefix@/include != /usr/include ; then
includes="-I@prefix@/include"
fi
echo $includes
;;