summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 93f8c2d..268d97d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,8 @@ AC_SUBST(FDK_AAC_VERSION)
AC_SUBST(LIBS_PUBLIC)
AC_SUBST(LIBS_PRIVATE)
+AM_CONDITIONAL([IS_GIT_REPO], [test -d '.git'])
+
AC_CONFIG_FILES([Makefile
fdk-aac.pc])
AC_OUTPUT