Commit 4a7ae0b8 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Enabled PDA GUI again, use --enable-pda. Question why was it disabled without...

Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
parent 1204fed2
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.179 2004/02/10 17:59:10 gbazin Exp $ dnl $Id: configure.ac,v 1.180 2004/02/10 20:30:09 jpsaman Exp $
AC_INIT(vlc,0.7.1-test1) AC_INIT(vlc,0.7.1-test1)
...@@ -3027,20 +3027,20 @@ dnl fi ...@@ -3027,20 +3027,20 @@ dnl fi
dnl 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 support (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])
# AX_ADD_CFLAGS([gtk2],[${GTK2_CFLAGS}]) AX_ADD_CFLAGS([gtk2],[${GTK2_CFLAGS}])
# AX_ADD_LDFLAGS([gtk2],[${GTK2_LIBS}]) AX_ADD_LDFLAGS([gtk2],[${GTK2_LIBS}])
# AX_ADD_CFLAGS([pda],[${GTK2_CFLAGS} ${CFLAGS_pda}]) AX_ADD_CFLAGS([pda],[${GTK2_CFLAGS} ${CFLAGS_pda}])
# AX_ADD_LDFLAGS([pda],[${GTK2_LIBS} ${LDFLAGS_pda}]) AX_ADD_LDFLAGS([pda],[${GTK2_LIBS} ${LDFLAGS_pda}])
# AX_ADD_PLUGINS([pda]) AX_ADD_PLUGINS([pda])
# if test "${SYS}" != "mingw32"; then if test "${SYS}" != "mingw32"; then
# NEED_GTK2_MAIN=yes NEED_GTK2_MAIN=yes
# fi fi
#fi fi
dnl dnl
dnl Gnome module dnl Gnome module
......
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