]> diplodocus.org Git - nmh/commitdiff
Look at post instead of inc to determine build options in build_nmh.
authorDavid Levine <levinedl@acm.org>
Mon, 1 Apr 2013 01:39:55 +0000 (20:39 -0500)
committerDavid Levine <levinedl@acm.org>
Mon, 1 Apr 2013 01:39:55 +0000 (20:39 -0500)
docs/contrib/build_nmh

index 22c4efb347cb7fc2e70a4d14505742dd92145592..ef399f86be7e9ddc25480a333671fa6ddb81b72a 100755 (executable)
@@ -149,11 +149,11 @@ if install-mh -check >/dev/null 2>&1; then
     fi
   fi
 
-  if $ldd "$mhbin/inc" | grep sasl >/dev/null; then
+  if $ldd "`$mhbin/mhparam libdir`/post" | grep sasl >/dev/null; then
     config_sasl=y
   fi
 
-  if $ldd "$mhbin/inc" | grep ssl >/dev/null; then
+  if $ldd "`$mhbin/mhparam libdir`/post" | grep ssl >/dev/null; then
     config_tls=y
   fi
 fi