]> arthur.barton.de Git - netatalk.git/commitdiff
configure failed to enable DDP module on Solaris
authorFrank Lahm <franklahm@googlemail.com>
Sun, 16 Jan 2011 08:34:34 +0000 (09:34 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Sun, 16 Jan 2011 08:34:34 +0000 (09:34 +0100)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 2277b0979c44d5bffaa7e5007f45af9e9e87c7f4..daed57ab0274f0bf9a5b5e09e7d619941ad6a965 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Changes in 2.1.6
 * FIX: afpd: Fix for LDAP user cache corruption
 * FIX: gentoo: cannot set $CNID_CONFIG
 * FIX: ubuntu: servername was empty
+* FIX: Solaris: configure script failed to enable DDP module
 * UPD: afpd: return version info with machine type in DSIGetStatus
 
 Changes in 2.1.5
index 9b6e775a6e5408508f6607110148c042c947869d..125f51fb498359031a32969f961d72a92cc8accd 100644 (file)
@@ -828,7 +828,7 @@ if test x"$this_os" = "xsolaris"; then
 
        solaris_module=no
        AC_MSG_CHECKING([if we can build Solaris kernel module])
-       if test -x /usr/ccs/bin/ld && test x$netatalk_cv_ddp_enabled = yes ; then
+       if test -x /usr/ccs/bin/ld && test x"$netatalk_cv_ddp_enabled" = x"yes" ; then
                solaris_module=yes
        fi
        AC_MSG_RESULT([$solaris_module])