summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-12 03:51:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-12 03:51:40 +0000
commit26cbda1b88e5e57533468cde10d51cd5baeeb871 (patch)
treed37672f998c57a8027f3b97e478acd36a9454008 /configure.in
parent56c3d75c8f5af9511116fd92f2a7a9b2c33c6627 (diff)
downloadgtk+-26cbda1b88e5e57533468cde10d51cd5baeeb871.tar.gz
Check for uxtheme.h (#157967, J. Ali Harlow)
2004-11-11 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for uxtheme.h (#157967, J. Ali Harlow)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3fa4a4ad7f..712f1b0b0d 100644
--- a/configure.in
+++ b/configure.in
@@ -639,6 +639,14 @@ fi
AC_MSG_RESULT($gdk_working_wctype)
AC_SUBST(GDK_WLIBS)
+# Check for uxtheme.h (for MS-Windows Engine)
+AC_MSG_CHECKING(for uxtheme.h)
+AC_TRY_CPP([#include <uxtheme.h>], gtk_uxtheme_h=yes, gtk_uxtheme_h=no)
+if test $gtk_uxtheme_h = yes; then
+ AC_DEFINE(HAVE_UXTHEME_H,1,[Have uxtheme.h include file])
+fi
+AC_MSG_RESULT($gtk_uxtheme_h)
+
##################################################
# Checks for gdk-pixbuf