X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=configure.in;h=beef88e419c5811dc35471855ada4f12a9f59861;hp=98d045d7ff8215a74d02bae1168a9f1f1b710279;hb=5d553a87713c1f9568a9bb6b4a942bbec3802ad2;hpb=09b33f6826cd352f155e42368dd1cdaacfdc4975 diff --git a/configure.in b/configure.in index 98d045d7..beef88e4 100644 --- a/configure.in +++ b/configure.in @@ -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])