diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-06-06 12:28:04 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-06-06 12:28:04 +0000 |
commit | a86995ffafc2b99cad373f3ad31f6236c63d7f62 (patch) | |
tree | dda229b487979897dd50a111b77460eb678fe977 /src | |
parent | 13e190ce43988c86499266b5f00b924f754549d7 (diff) |
no backslash escaping of ">" since it is already escaped via quotes
svn path=/trunk/externals/zexy/; revision=5176
Diffstat (limited to 'src')
-rw-r--r-- | src/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |