summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d638bdf..12e23d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,6 @@ AC_MSG_CHECKING([wether we need platform-specific build settings])
60case ${host_os} in 60case ${host_os} in
61 *mingw32*|*cygwin*) 61 *mingw32*|*cygwin*)
62 AC_MSG_RESULT([yes]) 62 AC_MSG_RESULT([yes])
63 AC_SUBST(WINDRES)
64 win32=true 63 win32=true
65 ;; 64 ;;
66 darwin*) 65 darwin*)