[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnats/614: typo in configure.ac
From: |
bug-gnats |
Subject: |
gnats/614: typo in configure.ac |
Date: |
Tue, 13 Jun 2006 11:15:01 -0500 (CDT) |
>Number: 614
>Category: gnats
>Synopsis: typo in configure.ac
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 13 11:15:01 -0500 2006
>Originator: Stephane Chazelas <address@hidden>
>Release:
>Description:
There's a missing "d" in configure.ac that causes the gnats host
access file to be defined as "no".
>Fix:
Index: configure.ac
===================================================================
RCS file: /sources/gnats/gnats/configure.ac,v
retrieving revision 1.2
diff -u -r1.2 configure.ac
--- configure.ac 31 Dec 2005 21:52:52 -0000 1.2
+++ configure.ac 13 Jun 2006 16:10:05 -0000
@@ -160,7 +160,7 @@
AC_MSG_RESULT($GNATSD_USER_ACCESS_FILE)
AC_MSG_CHECKING([for --enable-gnatsd-host-access-file])
-if test "$ac_cv_use_gnats_host_access_file" != "no" ; then
+if test "$ac_cv_use_gnatsd_host_access_file" != "no" ; then
GNATSD_HOST_ACCESS_FILE=$ac_cv_use_gnatsd_host_access_file
else
GNATSD_HOST_ACCESS_FILE=${sysconfdir}/gnatsd.host_access
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnats/614: typo in configure.ac,
bug-gnats <=