]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Merge from 2-1
[netatalk.git] / configure.in
index 98d045d7ff8215a74d02bae1168a9f1f1b710279..beef88e419c5811dc35471855ada4f12a9f59861 100644 (file)
@@ -778,7 +778,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])