Commit 7894fbc0 authored by Loïc Minier's avatar Loïc Minier

* very light typo

parent 1eab54ff
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.64 2003/08/21 16:59:35 hartman Exp $ dnl $Id: configure.ac,v 1.65 2003/08/23 12:47:24 lool Exp $
AC_INIT(vlc,0.6.3-cvs) AC_INIT(vlc,0.6.3-cvs)
...@@ -2562,7 +2562,7 @@ dnl ...@@ -2562,7 +2562,7 @@ dnl
dnl PDA Gtk+2 module dnl PDA Gtk+2 module
dnl dnl
AC_ARG_ENABLE(pda, AC_ARG_ENABLE(pda,
[ --enable-pda PDA interface needs Gtk2 suport (default disabled)]) [ --enable-pda PDA interface needs Gtk2 support (default disabled)])
if test "x${enable_pda}" = "xyes" if test "x${enable_pda}" = "xyes"
then then
PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.0.0, gthread-2.0]) PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.0.0, gthread-2.0])
......
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