X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=configure.in;h=ce1d911359a45d73e417dbf2b8de21f9b4ab575c;hb=81af33175f966e57f1060936ea6f7092dc806abc;hp=b4fde7e86dcc0b33aa27df1b478ed3a9d386a2af;hpb=ca9bb78023dcd791c00992762dd1b86da8974f8f;p=srvx.git diff --git a/configure.in b/configure.in index b4fde7e..ce1d911 100644 --- a/configure.in +++ b/configure.in @@ -25,9 +25,9 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_GCC_TRADITIONAL -dnl Look for a GNU Arch program -AC_CHECK_PROGS(GNU_ARCH, [baz tla]) -AM_CONDITIONAL(HAS_GNU_ARCH, test z$GNU_ARCH != z) +dnl Look for a git client +AC_CHECK_PROGS(GIT, [git]) +AM_CONDITIONAL(HAS_GIT, test z$GIT != z) dnl nice that unixes can all follow a standard. case $target in