# HG changeset patch # User lu_zero # Date 1213345683 0 # Node ID 6f542aa9c3cc6c5ccbb1b08b43bc396c29f28d68 # Parent 7b85373802b7a5d57d54884b7535af0930f2df1a Fix support for libnemesi installed on nonstandard paths diff -r 7b85373802b7 -r 6f542aa9c3cc configure --- a/configure Thu Jun 12 21:53:48 2008 +0000 +++ b/configure Fri Jun 13 08:28:03 2008 +0000 @@ -6243,6 +6243,7 @@ if test "$_nemesi" = auto && test "$_network" = yes ; then _nemesi=no if $_pkg_config libnemesi --atleast-version=0.6.3 ; then + _inc_extra="$_inc_extra `$_pkg_config --cflags libnemesi`" _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`" _nemesi=yes fi