Fix typo in configure.in

This commit is contained in:
Ron Pedde 2004-05-10 03:24:25 +00:00
parent 4370cb960c
commit 3c1cd49ebf
1 changed files with 5 additions and 1 deletions

View File

@ -40,11 +40,15 @@ dnl Darwin's stupid cpp preprocessor....
echo Host type is $host
CPPFLAGS="$CPPFLAGS -DHOST='\"$host\"'"
dnl
dnl The apple mDNS stuff wants these compile flags.
dnl
case $host in
*solaris*)
CPPFLAGS="$CPPFLAGS -DNOT_HAVE_SA_LEN -D_XPG4_2 "
CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -DHAVE_BROKEN_RECVIF_NAME"
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS
LDFLAGS="$LDFLAGS -lnsl -lsocket";;
*linux*)
CPPFLAGS="$CPPFLAGS -DNOT_HAVE_SA_LEN";;
@ -113,7 +117,7 @@ AC_ARG_WITH(id3tag,
AC_CHECK_HEADERS(gdbm.h,, [
AC_MSG_ERROR([gdbm.h not found... try --with-gdmb-includes=dir])])
AC_MSG_ERROR([gdbm.h not found... try --with-gdbm-includes=dir])])
AC_CHECK_LIB(gdbm,gdbm_open,echo "Have gdbm", echo "Must have gdbm";exit)
if test "$STATIC_LIBS" != "no"; then