summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-10 16:12:05 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-10 16:12:05 +0200
commit30d120ee9976ec03a0c594aa5770f2a5a7785181 (patch)
tree434070259db48e4432f014931d1f96c8d2a71896 /configure.ac
parentb2996da0f833af118df11a2b60faee8c94a010fb (diff)
downloadgnutls-30d120ee9976ec03a0c594aa5770f2a5a7785181.tar.gz
configure: use ':' instead of /bin/true for programs not found
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a9d0d8b20c..9567806593 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,9 +57,9 @@ AC_ARG_ENABLE(tools,
AM_CONDITIONAL(ENABLE_TOOLS, test "$enable_tools" != "no")
if test "$enable_tools" != "no" || test "$enable_doc" != "no"; then
- AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [/bin/true])
+ AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [:])
- if test x"$AUTOGEN" = "x/bin/true"; then
+ if test x"$AUTOGEN" = "x:"; then
AC_MSG_WARN([[
***
*** autogen not found. Will not link against libopts.