Fix --with-lemon-prefix.
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],