Fix --without-modules/--disable-modules confusion that was causing

Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Fix --without-modules/--disable-modules
        confusion that was causing --disable-modules not to work.
        (#102865, Akira Tagoh)

        * configure.in: Fix problem with plain --with-xinput
        (#104266, Akira Tagoh)
This commit is contained in:
Owen Taylor 2003-01-27 21:15:01 +00:00 committed by Owen Taylor
parent 5a35841489
commit f232684535
6 changed files with 48 additions and 9 deletions

View File

@ -1,3 +1,12 @@
Mon Jan 27 15:58:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix --without-modules/--disable-modules
confusion that was causing --disable-modules not to work.
(#102865, Akira Tagoh)
* configure.in: Fix problem with plain --with-xinput
(#104266, Akira Tagoh)
2003-01-24 Sebastian Rittau <srittau@jroger.in-berlin.de>
* docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last

View File

@ -1,3 +1,12 @@
Mon Jan 27 15:58:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix --without-modules/--disable-modules
confusion that was causing --disable-modules not to work.
(#102865, Akira Tagoh)
* configure.in: Fix problem with plain --with-xinput
(#104266, Akira Tagoh)
2003-01-24 Sebastian Rittau <srittau@jroger.in-berlin.de>
* docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last

View File

@ -1,3 +1,12 @@
Mon Jan 27 15:58:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix --without-modules/--disable-modules
confusion that was causing --disable-modules not to work.
(#102865, Akira Tagoh)
* configure.in: Fix problem with plain --with-xinput
(#104266, Akira Tagoh)
2003-01-24 Sebastian Rittau <srittau@jroger.in-berlin.de>
* docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last

View File

@ -1,3 +1,12 @@
Mon Jan 27 15:58:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix --without-modules/--disable-modules
confusion that was causing --disable-modules not to work.
(#102865, Akira Tagoh)
* configure.in: Fix problem with plain --with-xinput
(#104266, Akira Tagoh)
2003-01-24 Sebastian Rittau <srittau@jroger.in-berlin.de>
* docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last

View File

@ -1,3 +1,12 @@
Mon Jan 27 15:58:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix --without-modules/--disable-modules
confusion that was causing --disable-modules not to work.
(#102865, Akira Tagoh)
* configure.in: Fix problem with plain --with-xinput
(#104266, Akira Tagoh)
2003-01-24 Sebastian Rittau <srittau@jroger.in-berlin.de>
* docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last

View File

@ -637,17 +637,11 @@ fi
AC_MSG_CHECKING(whether to build gmodulized gdk-pixbuf)
AC_ARG_ENABLE(modules, [ --disable-modules disable dynamic module loading],[
if test x$withval = xyes; then
with_modules=yes
else
with_modules=no
fi
])
AC_ARG_ENABLE(modules, [ --disable-modules disable dynamic module loading])
dynworks=false
deps=
if test x$with_modules = xno; then
if test x$enable_modules = xno; then
AC_MSG_RESULT(no)
else
AC_MSG_RESULT(yes)
@ -1192,7 +1186,7 @@ if test "x$gdktarget" = "xx11"; then
AC_DEFINE(XINPUT_NONE)
fi
AM_CONDITIONAL(XINPUT_XFREE, test x$with_xinput = xxfree)
AM_CONDITIONAL(XINPUT_XFREE, test x$with_xinput = xxfree || test x$with_xinput = xyes)
# Check for the RANDR extension