aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76845d0..b6612dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ AC_COMPILE_IFELSE(
[AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_DEFINE([M_PIl], [M_PI], [Replacing define])])
AC_LANG_POP([C++])
-AM_CONDITIONAL([IS_HG_REPO], [hg parents])
+AM_CONDITIONAL([IS_GIT_REPO], [test -d '.git'])
# Checks for library functions.
# Commented to remove rpl_malloc linking error