From cd4c42f0e22b8a7ad5ddd79a45c86528c6411d14 Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 11 Jun 2006 22:37:25 +0000 Subject: [PATCH] fix blah-config includes git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23387 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- emotion-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emotion-config.in b/emotion-config.in index 4777ba0..b5830bd 100644 --- a/emotion-config.in +++ b/emotion-config.in @@ -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@ ;; -- 2.7.4