Add missing export.
authorladanyi
Thu, 28 Dec 2006 15:31:39 +0000
changeset 18348580778851e
parent 182 5cdee8207025
child 184 4e8704aae278
Add missing export.
configure.ac
     1.1 --- a/configure.ac	Sat Dec 16 17:43:17 2006 +0000
     1.2 +++ b/configure.ac	Thu Dec 28 15:31:39 2006 +0000
     1.3 @@ -29,7 +29,7 @@
     1.4  AC_ARG_WITH([lemon-prefix],
     1.5  AS_HELP_STRING([--with-lemon-prefix@<:@=PREFIX@:>@], [search for LEMON under PREFIX]), [], [with_lemon_prefix=no])
     1.6  if test x"$with_lemon_prefix" != x"no"; then
     1.7 -  PKG_CONFIG_PATH="$with_lemon_prefix/lib/pkgconfig/:$PKG_CONFIG_PATH"
     1.8 +  export PKG_CONFIG_PATH="$with_lemon_prefix/lib/pkgconfig/:$PKG_CONFIG_PATH"
     1.9  fi
    1.10  
    1.11  PKG_CHECK_MODULES([LEMON_0_5], [lemon >= 0.5],