Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
d67e7499
Commit
d67e7499
authored
Jun 24, 2003
by
brendan
Browse files
Oops, leftovers from the last commit
svn path=/trunk/libshout/; revision=4993
parent
bca18aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
d67e7499
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
# $Id: configure.in,v 1.5
0
2003/06/
18 22:55
:5
6
brendan Exp $
# $Id: configure.in,v 1.5
1
2003/06/
24 01:09
:5
8
brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
m4_define(libshout_minor, 0)
...
@@ -142,7 +142,7 @@ if test "$enable_pthread" != "no"
...
@@ -142,7 +142,7 @@ if test "$enable_pthread" != "no"
then
then
ACX_PTHREAD([
ACX_PTHREAD([
LIBS="$LIBS $PTHREAD_LIBS"
LIBS="$LIBS $PTHREAD_LIBS"
XIPH_CFLAGS="$XIPH_CFLAGS $PTHREAD_CFLAGS"
XIPH_CFLAGS="$XIPH_CFLAGS $PTHREAD_CFLAGS
$PTHREAD_CPPFLAGS
"
CC="$PTHREAD_CC"
CC="$PTHREAD_CC"
have_thread="yes"
have_thread="yes"
])
])
...
@@ -178,7 +178,7 @@ AM_CONDITIONAL([HAVE_PKGCONFIG], [test "$PKGCONFIG" != "no"])
...
@@ -178,7 +178,7 @@ AM_CONDITIONAL([HAVE_PKGCONFIG], [test "$PKGCONFIG" != "no"])
SHOUT_VERSION="$VERSION"
SHOUT_VERSION="$VERSION"
SHOUT_LIBS="-lshout"
SHOUT_LIBS="-lshout"
XIPH_CLEAN_CCFLAGS([$VORBIS_LIBS $PTHREAD_LIBS], [SHOUT_LIBDEPS])
XIPH_CLEAN_CCFLAGS([$VORBIS_LIBS $PTHREAD_LIBS], [SHOUT_LIBDEPS])
XIPH_CLEAN_CCFLAGS([$VORBIS_CFLAGS $PTHREAD_CFLAGS], [SHOUT_CFLAGS])
XIPH_CLEAN_CCFLAGS([$VORBIS_CFLAGS $PTHREAD_CFLAGS
$PTHREAD_CPPFLAGS
], [SHOUT_CFLAGS])
AC_SUBST(SHOUT_LIBDEPS)
AC_SUBST(SHOUT_LIBDEPS)
AC_SUBST(SHOUT_CFLAGS)
AC_SUBST(SHOUT_CFLAGS)
AC_CONFIG_LIBCONFIG_IN_STATIC
AC_CONFIG_LIBCONFIG_IN_STATIC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment