summaryrefslogtreecommitdiff
path: root/omega
diff options
context:
space:
mode:
Diffstat (limited to 'omega')
-rw-r--r--omega/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/omega/configure.ac b/omega/configure.ac
index 19aca81..1605f98 100644
--- a/omega/configure.ac
+++ b/omega/configure.ac
@@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_SUBST([CCLD],["$""(CXX)"])
AC_DEFINE([OMEGA_VERSION],["0.1.0"],[Omega version])
-AM_PROG_AR
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AM_PROG_LEX
AC_PROG_CC
AC_PROG_CXX