fix blah-config includes
authorraster <raster>
Sun, 11 Jun 2006 22:37:25 +0000 (22:37 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 Jun 2006 22:37:25 +0000 (22:37 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23387 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

emotion-config.in

index 4777ba0..b5830bd 100644 (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 @EVAS_CFLAGS@
       ;;