From ebdf5540e3f2d490bc1e1ca7cd3f040257103746 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 3 Sep 2005 22:57:35 +0000 Subject: [PATCH] Cleanup. SVN revision: 16504 --- legacy/ecore/ecore-config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/ecore-config.in b/legacy/ecore/ecore-config.in index 7de40d6323..d7ac4c28fa 100644 --- a/legacy/ecore/ecore-config.in +++ b/legacy/ecore/ecore-config.in @@ -42,11 +42,10 @@ while test $# -gt 0; do echo @VERSION@ ;; --cflags) - includes=@evas_cflags@ if test @includedir@ != /usr/include ; then - includes="$includes -I@includedir@" + includes="-I@includedir@" fi - echo $includes + echo $includes @evas_cflags@ ;; --libs) libdirs=-L@libdir@