1
0
Fork 0

minor fix to configure.ac for cygwin

This commit is contained in:
bagyenda 2007-12-31 04:12:07 +00:00
parent 5d01704548
commit fcad678f3c
2 changed files with 8 additions and 1 deletions

View File

@ -16,3 +16,9 @@ config.cache
libtool
config.status
gmon.out
autom4te.cache
mbuni-config.h
mbuni-config.h.in
.cproject
.project
stamp-h1

View File

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