From a86995ffafc2b99cad373f3ad31f6236c63d7f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 6 Jun 2006 12:28:04 +0000 Subject: no backslash escaping of ">" since it is already escaped via quotes svn path=/trunk/externals/zexy/; revision=5176 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.ac b/src/configure.ac index e53e6e6..d2d4440 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -194,7 +194,7 @@ dnl STRIP=${STRIP:=strip} dnl Checks for pd-version, to set the correct help-path -AC_MSG_CHECKING("pd\>=0.37") +AC_MSG_CHECKING("pd>=0.37") if test "$with_pdversion" != "" then -- cgit v1.2.1