Skip to content
Snippets Groups Projects
Commit 87c4ba8d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

GTK1: Avoid some interference with GTK2.

parent 9a85282f
Branches
Tags
No related merge requests found
......@@ -636,6 +636,8 @@ if test "x$WITH_GTK" = x1 ; then
fi
AC_CHECK_LIB(gtkdatabox, main,,,`$ac_cv_path_GTK_CONFIG --libs`)
# This cache variable interferes with GTK2.
unset ac_cv_header_gtkdatabox_h
AC_CHECK_HEADERS(gtkdatabox.h)
AC_SUBST(pgtk_have_gtkdatabox)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment