summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-12-22 18:42:55 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-12-22 18:42:55 +0100
commite9fcf66cd324e0301224caa4f247c5de296d647c (patch)
treeb42f6b1cd73cb650641fbc1248022eea013b1180 /configure.in
parentfd2b87c6abeec63b9e8cb9dc27a14e937a794c7b (diff)
util: fix build with new GTK+
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 34b8681..f120430 100644
--- a/configure.in
+++ b/configure.in
@@ -32,7 +32,7 @@ zenity_save_cflags="$CFLAGS"
# pull in the CFLAGS to locate gdkconfig.h
CFLAGS=`$PKG_CONFIG --cflags gtk+-3.0`
AC_COMPILE_IFELSE([
-#include <gdkconfig.h>
+#include <gdk/gdk.h>
int main(void) {
#ifndef GDK_WINDOWING_X11