]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Merge master
[netatalk.git] / configure.in
index 1cb90d16eecc6eeb3e6d5c509adaed3499fa1a0d..b2e75a9026cf5eb9cdb2d57f0ac85919163f8d5f 100644 (file)
@@ -780,7 +780,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])