aboutsummaryrefslogtreecommitdiff
path: root/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailsync/files/patch-acinclude_ac__with__cclient.m4')
-rw-r--r--mail/mailsync/files/patch-acinclude_ac__with__cclient.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4 b/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4
index d1ae01083795..c2aa47061184 100644
--- a/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4
+++ b/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4
@@ -42,7 +42,7 @@ FreeBSD sh(1) does not support the Brace Expansion.
dnl
AC_MSG_CHECKING([for c-client library])
- for l in `eval "echo {${CCLIENTLOCATIONS}}{,/c-client,/lib/c-client,/lib,/lib64}/{libc-client,libc-client4,c-client}{${SOP}}"` ; do
-+ l=${CCLIENTLOCATIONS}/lib/libc-client4.so
++ l=${CCLIENTLOCATIONS}/lib/libc-client.so
if test -r "$l" ; then
AC_MSG_RESULT([found ${l}])
CCLIENT_LIBS="$l"