]> git.ipfire.org Git - thirdparty/pdns.git/blob - m4/pdns_from_git.m4
Merge pull request #8091 from omoerbeek/float-vs-double
[thirdparty/pdns.git] / m4 / pdns_from_git.m4
1 AC_DEFUN([PDNS_FROM_GIT], [
2 AM_CONDITIONAL([FROM_GIT], [test -d "$srcdir/.git"])
3 ])