small patch for GTK+ configure.in
- From: Sven Neumann <sven gimp org>
- To: gtk-devel-list gnome org
- Subject: small patch for GTK+ configure.in
- Date: 30 Oct 2001 14:46:07 +0100
Hi,
GTK+ from CVS HEAD needs the following small patch to create
proper output for ./configure --help. Don't ask why...
May I commit this?
Salut, Sven
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gtk+/configure.in,v
retrieving revision 1.235
diff -u -p -r1.235 configure.in
--- configure.in 2001/10/29 17:25:40 1.235
+++ configure.in 2001/10/30 13:43:31
@@ -172,13 +172,15 @@ AC_ARG_ENABLE(rebuilds, [ --disable-reb
AC_ARG_WITH(xinput, [ --with-xinput=[no/gxi/xfree] support XInput ])
-AC_ARG_WITH(wintab, [ --with-wintab=DIRECTORY use Wintab API with win32 backend])
+AC_ARG_WITH(wintab, [ --with-wintab=DIRECTORY use Wintab API with win32 backend])
+GLIB_AC_DIVERT_BEFORE_HELP([
if test "$platform_win32" = yes; then
gdktarget=win32
else
gdktarget=x11
fi
+])
AC_ARG_WITH(gdktarget, [ --with-gdktarget=[x11/linux-fb/win32] select GDK target [default=$gdktarget]],
gdktarget=$with_gdktarget)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]