@@ -3541,14 +3543,14 @@ if test "$enable_epm" = "yes"; then
...
@@ -3541,14 +3543,14 @@ if test "$enable_epm" = "yes"; then
BUILD_TYPE="$BUILD_TYPEEPM"
BUILD_TYPE="$BUILD_TYPEEPM"
else
else
if test "$EPM" = "no" ; then
if test "$EPM" = "no" ; then
AC_MSG_ERROR([no. Install ESP Package Manager (www.easysw.com/epm) and/or specify the path to the right epm (--with-epm). Or specify an Url to an epm-3.7 source package (--with-epm-url)])
AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm (--with-epm). Or specify an Url to an epm-3.7 source package (--with-epm-url)])
else
else
# Gentoo has some epm which is something different...
# Gentoo has some epm which is something different...
AC_MSG_CHECKING([whether the found epm is the right epm])
AC_MSG_CHECKING([whether the found epm is the right epm])
if $EPM | grep "ESPPackageManager" >/dev/null 2>/dev/null; then
if $EPM | grep "ESPPackageManager" >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
else
else
AC_MSG_ERROR([no. Install ESP Package Manager (www.easysw.com/epm) and/or specify the path to the right epm])
AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm])