diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1998-12-16 00:07:33 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1998-12-16 00:07:33 +0000 |
commit | 96501b3481f2c305df180200fddc44415f0c01f9 (patch) | |
tree | 4bd3093f702083abc159b7597f0aeda22f891699 /configure.in | |
parent | a8e00e2169320f6d500fdbdc77ded9c9a689dc82 (diff) | |
download | gtk+-96501b3481f2c305df180200fddc44415f0c01f9.tar.gz |
Remove --with-threads, unused GTK_THREAD_FLAGS
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4ea57e184e..fb68de8c7f 100644 --- a/configure.in +++ b/configure.in @@ -67,7 +67,6 @@ AC_ARG_ENABLE(xim, [ --enable-xim support XIM [default=yes]], AC_ARG_WITH(locale, [ --with-locale=LOCALE locale name you want to use ]) AC_ARG_WITH(xinput, [ --with-xinput=[no/gxi/xfree] support XInput ]) -AC_ARG_WITH(threads, [ --with-threads=[posix] support threading ]) if test "x$enable_debug" = "xyes"; then test "$cflags_set" = set || CFLAGS="$CFLAGS -g" @@ -445,7 +444,6 @@ AC_SUBST(GDK_WLIBS) AC_SUBST(GTK_DEBUG_FLAGS) AC_SUBST(GTK_XIM_FLAGS) AC_SUBST(GTK_LOCALE_FLAGS) -AC_SUBST(GTK_THREAD_FLAGS) AC_OUTPUT([ Makefile |