add smack rule
[framework/system/dlog.git] / configure.ac
index c5af179..186a593 100755 (executable)
@@ -12,6 +12,7 @@ PLATFORM_INIT
 
 # Checks for programs.
 dnl AC_PROG_CXX
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_PROG_CC
 AC_PROG_GCC_TRADITIONAL
 AC_PROG_LIBTOOL
@@ -19,6 +20,12 @@ AC_PROG_LIBTOOL
 # checks arch
 AM_CONDITIONAL(DEVELOP_VER, test $DEVELOP_VER = yes)
 
+SD_JOURNAL_SUPPORT=no
+
+#AC_DEFINE([SD_JOURNAL_SUPPORT], [], [Description])
+
+AM_CONDITIONAL(SD_JOURNAL_SUPPORT, test $SD_JOURNAL_SUPPORT = yes)
+
 #AM_CONDITIONAL([ARCH_IS_ARM], [test "x$ARCH" = "xarm"])
 if test "x$ARCH" = "xarm" ; then
        DLOG_CFLAGS="-D__arm__"
@@ -28,6 +35,7 @@ fi
 
 AC_SUBST(DLOG_CFLAGS)
 
+
 dnl AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
 # Checks for libraries.
 # Checks for header files.