Fixed small bug about missing space in CFLAGS
authorWilliam Bourque <william@ewilbou.dyn.lmc.ericsson.se>
Fri, 18 Sep 2009 18:15:38 +0000 (14:15 -0400)
committerWilliam Bourque <william@ewilbou.dyn.lmc.ericsson.se>
Fri, 18 Sep 2009 18:15:38 +0000 (14:15 -0400)
configure.ac

index fbc267bb7f1fc88b0a47dfa967f9fff698066a8f..6f3a83569b13c6622307c9106ecf2713ca4d5598 100644 (file)
@@ -82,7 +82,9 @@ if test $JAVA_SDK; then
         if test -d $JAVA_SDK; then
                 AC_MSG_RESULT([using java include in $JAVA_SDK])
                 SUBDIRS=`find $JAVA_SDK/include -type d`
+               CFLAGS+=" "
                 CFLAGS+=`for x in $SUBDIRS; do echo -n "-I$x "; done`
+               CFLAGS+=" "
         else
                 AC_MSG_ERROR(Unable to find java include file in $JAVA_JDK)
         fi
This page took 0.023639 seconds and 4 git commands to generate.