]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
configure failed to enable DDP module on Solaris
[netatalk.git] / configure.in
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])