diff options
author | Herbert Dürr <hdu@apache.org> | 2013-05-03 07:44:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-08 16:10:29 +0100 |
commit | 436be3ca0bc5d78fbd2b897515a087bbf1fda68a (patch) | |
tree | b3e447e664b36f41d98f10fb0b5c2e85ade8beb3 /configure.ac | |
parent | 7725dddf05a9cbd3eb91d3bde45b22e4182b86dc (diff) |
update links for EPM
easysw.com closed its doors after 14years of business.
Thanks for providing EPM.
(cherry picked from commit 73a1f473b72f86d84f3ae542b6c2750911d6c876)
Conflicts:
configure.in
Change-Id: I14244a7802055b5137c6cd10de2cad4b8628f799
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8ec5b84432e6..b8e0961b837f 100644 --- a/configure.ac +++ b/configure.ac @@ -6841,7 +6841,7 @@ if test "$enable_epm" = "yes"; then if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then AC_MSG_RESULT([yes]) 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]) fi AC_MSG_CHECKING([epm version]) EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//` |