mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02:00
aclocal says I suck
But I suck back! configure.in:6: warning: underquoted definition of ZNC_AUTO_FAIL git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1896 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -3,7 +3,7 @@ AC_INIT([znc], [0.089])
|
||||
AC_CONFIG_SRCDIR([znc.cpp])
|
||||
AC_LANG([C++])
|
||||
|
||||
AC_DEFUN(ZNC_AUTO_FAIL, [
|
||||
AC_DEFUN([ZNC_AUTO_FAIL], [
|
||||
# This looks better in the summary at the end
|
||||
$1="not found"
|
||||
if test "x$old_$1" != "xauto" ; then
|
||||
|
||||
Reference in New Issue
Block a user