From: Ralph Boehme Date: Thu, 2 May 2013 08:26:53 +0000 (+0200) Subject: Fix another missplelled compiler variable X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=38bfb0d4f8dca513885b157c6d46e72f0421799c;hp=8cd194acafcb4107eaaee6ddf367212700f70e83 Fix another missplelled compiler variable --- diff --git a/macros/summary.m4 b/macros/summary.m4 index b8db2579..275ca602 100644 --- a/macros/summary.m4 +++ b/macros/summary.m4 @@ -129,7 +129,7 @@ AC_DEFUN([AC_NETATALK_LIBS_SUMMARY], [ fi if test x"$netatalk_cv_ldap" = x"yes"; then AC_MSG_RESULT([ LDAP:]) - AC_MSG_RESULT([ LIBS = $LDAP_LDLFLAGS $LDAP_LIBS]) + AC_MSG_RESULT([ LIBS = $LDAP_LDFLAGS $LDAP_LIBS]) AC_MSG_RESULT([ CFLAGS = $LDAP_CFLAGS]) fi AC_MSG_RESULT([ LIBEVENT:])