Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
db817a34
Commit
db817a34
authored
Jun 05, 2003
by
brendan
Browse files
Typo
svn path=/trunk/libshout/; revision=4880
parent
b1cfd868
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
db817a34
# Process this file with autoconf to produce a configure script.
# $Id: configure.in,v 1.3
8
2003/06/0
4 21
:5
5
:5
3
brendan Exp $
# $Id: configure.in,v 1.3
9
2003/06/0
5 13
:5
6
:5
8
brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
...
...
@@ -147,7 +147,7 @@ dnl opposite, unless the user overrides.
AC_ARG_ENABLE([pkgconfig],
[ --disable-pkgconfig disable pkgconfig data files (auto)],
[dopkgconfig="$enableval"], [dopkgconfig="maybe"])
if test "$dopkgconfig" =
=
"maybe"
if test "$dopkgconfig" = "maybe"
then
AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes], [no])
else
...
...
Write
Preview
Supports
Markdown
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