Fix --with-lemon-prefix.
authorladanyi
Tue, 24 Oct 2006 07:31:31 +0000
changeset 171ffab98e94909
parent 170 bff6d1c63cff
child 172 fc1e478697d3
Fix --with-lemon-prefix.
configure.ac
     1.1 --- a/configure.ac	Sun Oct 22 09:26:51 2006 +0000
     1.2 +++ b/configure.ac	Tue Oct 24 07:31:31 2006 +0000
     1.3 @@ -19,7 +19,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/"
     1.8 +  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],