Commit 71fafba4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure alignement and typos

parent b470029a
...@@ -2465,8 +2465,8 @@ dnl Need to test libcdio and libvcdinfo for a number of things. Do it now. ...@@ -2465,8 +2465,8 @@ dnl Need to test libcdio and libvcdinfo for a number of things. Do it now.
AC_ARG_ENABLE(libcdio, AC_ARG_ENABLE(libcdio,
[ --enable-libcdio CD input and control library support (default enabled)]) [ --enable-libcdio CD input and control library support (default enabled)])
AC_ARG_ENABLE(vcdinfo, AC_ARG_ENABLE(libvcdinfo,
[ --enable-vcdinfo VCD information library support (default enabled)]) [ --enable-libvcdinfo VCD information library support (default enabled)])
have_libcdio=no have_libcdio=no
have_libvcdinfo=no have_libvcdinfo=no
...@@ -2480,7 +2480,7 @@ then ...@@ -2480,7 +2480,7 @@ then
if test "${enable_vcdinfo}" != "no" if test "${enable_vcdinfo}" != "no"
then then
PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.22, PKG_CHECK_MODULES(LIBVCDINFO, libvcdinfo >= 0.7.22,
[have_libvcdinfo=yes], [have_libvcdinfo=yes],
[AC_MSG_WARN(VCD information library not found)]) [AC_MSG_WARN(VCD information library not found)])
fi fi
...@@ -3725,7 +3725,7 @@ AC_ARG_ENABLE(freetype, ...@@ -3725,7 +3725,7 @@ AC_ARG_ENABLE(freetype,
AC_ARG_ENABLE(fribidi, AC_ARG_ENABLE(fribidi,
[ --enable-fribidi fribidi support (default enabled)]) [ --enable-fribidi fribidi support (default enabled)])
AC_ARG_ENABLE(fontconfig, AC_ARG_ENABLE(fontconfig,
[ --enable-fontconfig, fontconfig support (default enabled)]) [ --enable-fontconfig fontconfig support (default enabled)])
if test "${enable_freetype}" != "no" if test "${enable_freetype}" != "no"
then then
PKG_CHECK_MODULES(FREETYPE, freetype2,[ PKG_CHECK_MODULES(FREETYPE, freetype2,[
...@@ -4277,7 +4277,7 @@ dnl ...@@ -4277,7 +4277,7 @@ dnl
dnl QT 4 dnl QT 4
dnl dnl
AC_ARG_ENABLE(qt4, AC_ARG_ENABLE(qt4,
[ --enable-qt4 QT 4 support (default enabled) ],, [ [ --enable-qt4 Qt 4 support (default enabled) ],, [
AS_IF([test "${SYS}" = "darwin"], [enable_qt4=no]) AS_IF([test "${SYS}" = "darwin"], [enable_qt4=no])
]) ])
AS_IF([test "${enable_qt4}" != "no"], [ AS_IF([test "${enable_qt4}" != "no"], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment