1
0
Fork 0

fix: configure --with-kannel-dir should work

This commit is contained in:
bagyenda 2005-11-09 13:12:55 +00:00
parent 183b162be8
commit 88a99db39d
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ else
AC_MSG_RESULT([$gw_version])
AC_MSG_CHECKING([Kannel libs])
if ! $GW_CONFIG --libs &>/dev/null ; then
LIBS="$LIBS `$GW_CONFIG --libs`"
LDFLAGS="$LDFLAGS `$GW_CONFIG --libs`"
gw_libdir=`$GW_CONFIG --libs`
AC_MSG_RESULT([$gw_libdir])
fi