Update of /cvsroot/plib/plib
In directory usw-pr-cvs1:/tmp/cvs-serv7006
Modified Files:
configure.in
Log Message:
Let's hope that this fixes building on OS-X
Index: configure.in
===================================================================
RCS file: /cvsroot/plib/plib/configure.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- configure.in 1 Jul 2002 00:31:35 -0000 1.34
+++ configure.in 3 Jul 2002 16:18:43 -0000 1.35
@@ -28,6 +28,7 @@
AC_PROG_INSTALL
AC_PROG_RANLIB
+
dnl Command line arguments
dnl for Loring Holden's Solaris system
@@ -40,6 +41,7 @@
CPPFLAGS="$CPPFLAGS -I$GL_PREFIX/include"
fi
[...106 lines suppressed...]
+
dnl Check SGI audio library
AC_CHECK_LIB(audio, ALopenport)
@@ -149,6 +168,7 @@
LIBS="$LIBS -laudio"
fi
+
dnl Checks for typedefs, structures, and compiler characteristics.
dnl check for socklen_t (in Unix98)
@@ -168,6 +188,7 @@
AC_DEFINE(socklen_t,size_t)], [
AC_MSG_RESULT(int)
AC_DEFINE(socklen_t,int)])])
+
AC_OUTPUT( \
Makefile \
|