summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-02 04:34:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-02 04:34:09 +0000
commit1c9b8649742f1842135a14694e51cba83e354074 (patch)
tree83fab616c11fd1a6c89b0acab1da99dcf5ec6f38 /configure.in
parent47a43e8f72d777a17215dce5ecd9919e618fb04a (diff)
downloadgdk-pixbuf-1c9b8649742f1842135a14694e51cba83e354074.tar.gz
Parse the RC string here when the first object is created rather than in
Fri Feb 1 23:25:33 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_init): Parse the RC string here when the first object is created rather than in the class_init to not break doc building. (#70341, Havoc Pennington.) * gtk/gtkrc.c (parse_include_file): Use the directories for the currently parsed files as the starting point to look for include files. (#59975)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c3a0f9aee..7295a1c7e 100644
--- a/configure.in
+++ b/configure.in
@@ -1296,7 +1296,7 @@ fi
])
AC_PATH_PROG(SGML2HTML, sgml2html, no)
-AM_CONDITIONAL(HAVE_SGML2HTML, ! test x$SGML2HTML = xno)
+AM_CONDITIONAL(HAVE_SGML2HTML, test x$SGML2HTML != xno)
AC_OUTPUT([
config.h.win32