]> Pileus Git - ~andy/gtk/commitdiff
configure.ac: Clean the ms-windows related stuff
authorRui Matos <tiagomatos@gmail.com>
Wed, 4 Apr 2012 15:42:02 +0000 (17:42 +0200)
committerRui Matos <tiagomatos@gmail.com>
Wed, 4 Apr 2012 15:49:10 +0000 (17:49 +0200)
Build fix and cleanup for the ms-windows engine removal.

configure.ac

index 107785dcac1b3eb752973e1c44210f9ffa88b728..1a504052cea5d345ba7d473bc3938eba9130db11 100644 (file)
@@ -734,15 +734,6 @@ AC_CHECK_FUNCS(mallinfo)
 AC_CHECK_FUNCS(getresuid)
 AC_TYPE_UID_T
 
-# Check for uxtheme.h (for MS-Windows Engine)
-AC_MSG_CHECKING(for uxtheme.h)
-AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#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)
-
 # Check for round()
 AC_CHECK_LIB(m,round,have_round=yes,have_round=no)
 if test $have_round = yes; then
@@ -1752,9 +1743,6 @@ libgail-util/Makefile
 modules/Makefile
 modules/engines/Makefile
 modules/engines/pixbuf/Makefile
-modules/engines/ms-windows/Makefile
-modules/engines/ms-windows/Theme/Makefile
-modules/engines/ms-windows/Theme/gtk-3.0/Makefile
 modules/input/Makefile
 modules/printbackends/Makefile
 modules/printbackends/cups/Makefile