]> arthur.barton.de Git - netatalk.git/commitdiff
honor --disable-ddb when deciding whether to build ddp on solaris
authorFrank Lahm <franklahm@googlemail.com>
Fri, 4 Jun 2010 13:15:50 +0000 (15:15 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 4 Jun 2010 13:15:50 +0000 (15:15 +0200)
configure.in

index b90d14cea1284bb08224360b5937d4224c4417e4..515a81513afccf5438f79e859c04bac575b6980a 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; then
+       if test -x /usr/ccs/bin/ld && test x$netatalk_cv_ddp_enabled = yes ; then
                solaris_module=yes
        fi
        AC_MSG_RESULT([$solaris_module])