summaryrefslogtreecommitdiffstats
path: root/win/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-17 07:02:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-17 07:02:17 (GMT)
commit322815d9cb62dbfd4ebf1fbed27c07ff30b01079 (patch)
tree360034f9f94b034778e16da0e74204e097f4ada9 /win/configure.ac
parent7ac7933d135d021289b5a41697c7cf73f9e68ac2 (diff)
downloadtk-322815d9cb62dbfd4ebf1fbed27c07ff30b01079.zip
tk-322815d9cb62dbfd4ebf1fbed27c07ff30b01079.tar.gz
tk-322815d9cb62dbfd4ebf1fbed27c07ff30b01079.tar.bz2
Eliminate some more unneeded HAVE_* macro's
Diffstat (limited to 'win/configure.ac')
-rw-r--r--win/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/win/configure.ac b/win/configure.ac
index ae5a1e3..62f057e 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -152,17 +152,6 @@ AC_CHECK_TYPE([uintptr_t], [
])
#--------------------------------------------------------------------
-# Windows XP theme engine header for Ttk
-#--------------------------------------------------------------------
-
-AC_CHECK_HEADER([uxtheme.h], [AC_DEFINE(HAVE_UXTHEME_H)],
- [AC_MSG_NOTICE([xpnative theme will be unavailable])],
- [#include <windows.h>])
-AC_CHECK_HEADER([vssym32.h], [AC_DEFINE(HAVE_VSSYM32_H)], [],
- [#include <windows.h>
-#include <uxtheme.h>])
-
-#--------------------------------------------------------------------
# Set the default compiler switches based on the --enable-symbols
# option. This macro depends on C flags, and should be called
# after SC_CONFIG_CFLAGS macro is called.