and this is not the way you assign shell script variables...

SVN revision: 81844
This commit is contained in:
Mike Blumenkrantz 2012-12-28 20:34:01 +00:00
parent 7e39c6af7c
commit edef3aae1c
1 changed files with 2 additions and 2 deletions

View File

@ -624,8 +624,8 @@ PKG_CHECK_MODULES(E_OPEN, [
AC_E_CHECK_PKG(ECORE_IMF, [ ecore-imf >= ${efl_version} ecore-imf-evas >= ${efl_version} ], [], [:])
e_libs=$E_LIBS" "$LIBINTL" "$fnmatch_libs" "$ECORE_IMF_LIBS" "$execinfo_libs
e_cflags="-DUSE_E_CONFIG_H "$E_CFLAGS" "$ECORE_IMF_CFLAGS
e_libs="$E_LIBS $LIBINTL $fnmatch_libs $ECORE_IMF_LIBS $execinfo_libs"
e_cflags="-DUSE_E_CONFIG_H $E_CFLAGS $ECORE_IMF_CFLAGS"
e_configflags="-DUSE_E_CONFIG_H"
AC_SUBST(e_libs)