From 2e4fb8e647c28a8c732a45453e3b3e2ae256bf2b Mon Sep 17 00:00:00 2001 From: Memphiz Date: Tue, 7 Jun 2011 00:02:17 +0200 Subject: [PATCH] - fixed library path for mac osx (there is no lib64 path here...) --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.34.1