[xiph-cvs] cvs commit: ices configure.in
Jack Moffitt
jack at xiph.org
Sat Oct 20 14:50:22 PDT 2001
jack 01/10/20 14:50:22
Modified: . configure.in
Log:
Add check for stdint.h. Also fix libshout detection on Solaris.
Revision Changes Path
1.3 +3 -1 ices/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in 2001/09/10 03:10:05 1.2
+++ configure.in 2001/10/20 21:50:22 1.3
@@ -57,6 +57,7 @@
dnl Checks for header files.
AC_HEADER_STDC
+AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1),,)
dnl Check for OSS
@@ -64,6 +65,7 @@
AC_CHECK_HEADER(machine/soundcard.h, have_oss=yes, )
AM_CONDITIONAL(HAVE_OSS,test "$have_oss" = yes)
+
if test "$have_oss" = yes; then
OSS_CFLAGS="-DHAVE_OSS"
fi
@@ -113,7 +115,7 @@
AM_PATH_OGG(LIBS="$LIBS $OGG_LIBS", AC_MSG_ERROR(must have Ogg installed!))
AM_PATH_VORBIS(LIBS="$LIBS $VORBIS_LIBS $VORBISENC_LIBS", AC_MSG_ERROR(must have Vorbis installed!))
-AM_PATH_SHOUT(LIBS="$LIBS $SHOUT_LIBS", AC_MSG_ERROR(must have libshout installed!))
+AM_PATH_SHOUT(LIBS="$LIBS $SUN_LIBS $SHOUT_LIBS", AC_MSG_ERROR(must have libshout installed!))
dnl Make substitutions
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list