From 226d8db5dafef49eb9e21376358b4bbfedf005c5 Mon Sep 17 00:00:00 2001 From: psychon Date: Wed, 7 Apr 2010 17:03:09 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index abaed1d7..34a10444 100644 --- a/configure.in +++ b/configure.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