From: Memphiz Date: Mon, 6 Jun 2011 22:02:17 +0000 (+0200) Subject: - fixed library path for mac osx (there is no lib64 path here...) X-Git-Tag: upstream/1.9.6^2~406 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=2e4fb8e647c28a8c732a45453e3b3e2ae256bf2b - fixed library path for mac osx (there is no lib64 path here...) --- diff --git a/configure.ac b/configure.ac index 71efb74..4bdc5a5 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,9 @@ ldconfig="ldconfig" case `uname` in Linux*) ;; + Darwin*) + libdir='${exec_prefix}/lib' + ;; AIX*) ;; SunOS)