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:
psychon
2010-04-07 17:03:09 +00:00
parent 16464664e8
commit 226d8db5da

View File

@@ -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