diff configure @ 1793:2cfbfccbbafe

Added code to disable Ubuntu overlay scrollbars for widgets created with dw_scrollbar_new() on GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 13 Aug 2012 05:45:25 +0000
parents 2675e0edcc1d
children 97b1edb41d44
line wrap: on
line diff
--- a/configure	Sun Aug 05 13:47:57 2012 +0000
+++ b/configure	Mon Aug 13 05:45:25 2012 +0000
@@ -5843,6 +5843,20 @@
 
 LIBS="$RPATH $LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS $MOZEMBED_LIBS $PLATLIBS"
 
+for ac_func in ubuntu_overlay_scrollbar_set_enabled
+do :
+  ac_fn_c_check_func "$LINENO" "ubuntu_overlay_scrollbar_set_enabled" "ac_cv_func_ubuntu_overlay_scrollbar_set_enabled"
+if test "x$ac_cv_func_ubuntu_overlay_scrollbar_set_enabled" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_UBUNTU_OVERLAY_SCROLLBAR_SET_ENABLED 1
+_ACEOF
+
+$as_echo "#define HAVE_OVERLAY_SCROLLBARS 1" >>confdefs.h
+
+fi
+done
+
+
 RM="rm -f"
 LN="ln -s"
 CP="cp"