diff options
-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 |