summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3c175ab6..7452ca3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,6 +56,10 @@ CONFIG_H_PATH="$builddir/config/config.h"
INGEN_CFLAGS="-I$abs_srcdir/src/common -I$abs_srcdir/src/libs -I$abs_srcdir/src/libs/engine/events -I$abs_srcdir/src"
AC_SUBST(INGEN_CFLAGS)
+# Check for 64-bit platform
+AC_CHECK_SIZEOF([void *])
+
+
#################### COMMAND LINE PARAMETERS
AC_ARG_ENABLE(debug,