cosmetic changes
This commit is contained in:
parent
b710515f3a
commit
f74b58e69a
|
@ -25,7 +25,9 @@ dnl checkin for lame library
|
||||||
AC_MSG_CHECKING(lame library)
|
AC_MSG_CHECKING(lame library)
|
||||||
WARNING=
|
WARNING=
|
||||||
AC_ARG_WITH(lame-prefix,
|
AC_ARG_WITH(lame-prefix,
|
||||||
[ --with-lame-prefix=DIR Alternate location for lame],
|
[ --with-lame-prefix=DIR alternate location for lame [/usr/local]
|
||||||
|
files looked for: LAME-PREFIX/lib/libmp3lame.a
|
||||||
|
LAME-PREFIX/include/lame/lame.h],
|
||||||
CONFIG_LAME_PREFIX="${withval}", CONFIG_LAME_PREFIX="/usr/local")
|
CONFIG_LAME_PREFIX="${withval}", CONFIG_LAME_PREFIX="/usr/local")
|
||||||
if test "x${CONFIG_LAME_PREFIX}" != "x" ; then
|
if test "x${CONFIG_LAME_PREFIX}" != "x" ; then
|
||||||
# look for lame lib. This overrides any standard location
|
# look for lame lib. This overrides any standard location
|
||||||
|
@ -41,7 +43,7 @@ AC_ARG_WITH(lame-prefix,
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE( static,
|
AC_ARG_ENABLE( static,
|
||||||
[ --enable-static link everything into the executable statically],
|
[ --enable-static link everything into the executable statically [no]],
|
||||||
LINK_STATIC="--static", LINK_STATIC="")
|
LINK_STATIC="--static", LINK_STATIC="")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue