[Lemon-commits] ladanyi: r3120 - glemon/trunk

Lemon SVN svn at lemon.cs.elte.hu
Thu Dec 28 16:31:40 CET 2006


Author: ladanyi
Date: Thu Dec 28 16:31:39 2006
New Revision: 3120

Modified:
   glemon/trunk/configure.ac

Log:
Add missing export.

Modified: glemon/trunk/configure.ac
==============================================================================
--- glemon/trunk/configure.ac	(original)
+++ glemon/trunk/configure.ac	Thu Dec 28 16:31:39 2006
@@ -29,7 +29,7 @@
 AC_ARG_WITH([lemon-prefix],
 AS_HELP_STRING([--with-lemon-prefix@<:@=PREFIX@:>@], [search for LEMON under PREFIX]), [], [with_lemon_prefix=no])
 if test x"$with_lemon_prefix" != x"no"; then
-  PKG_CONFIG_PATH="$with_lemon_prefix/lib/pkgconfig/:$PKG_CONFIG_PATH"
+  export PKG_CONFIG_PATH="$with_lemon_prefix/lib/pkgconfig/:$PKG_CONFIG_PATH"
 fi
 
 PKG_CHECK_MODULES([LEMON_0_5], [lemon >= 0.5],



More information about the Lemon-commits mailing list