summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 635631ad2..269e6310c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(util-linux, 2.13-pre3, bunk@stusta.de)
+AC_INIT(util-linux, 2.13-pre4, bunk@stusta.de)
AC_PREREQ(2.59)
@@ -161,11 +161,13 @@ AC_TRY_COMPILE([
case "$host" in
- i?86-*) intel=true ;;
+ i?86-*) intel=true ;;
+ m68*) m68k=true ;;
sparc*) sparc=true ;;
esac
AM_CONDITIONAL(INTEL, test x$intel = xtrue)
+AM_CONDITIONAL(M68K, test x$m68k = xtrue)
AM_CONDITIONAL(SPARC, test x$sparc = xtrue)