- fixed library path for mac osx (there is no lib64 path here...)
[deb_libnfs.git] / configure.ac
index 71efb74b9c4bd31559ccb5be47af986152b4a90e..4bdc5a5048f11b18d8ace43c53e37e5b337034fc 100644 (file)
@@ -20,6 +20,9 @@ ldconfig="ldconfig"
 case `uname` in
   Linux*)
     ;;
+  Darwin*)
+    libdir='${exec_prefix}/lib'
+    ;;
   AIX*)
     ;;
   SunOS)