- fixed library path for mac osx (there is no lib64 path here...)
authorMemphiz <memphis@machzwo.de>
Mon, 6 Jun 2011 22:02:17 +0000 (00:02 +0200)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 7 Jun 2011 05:32:01 +0000 (15:32 +1000)
configure.ac

index 71efb74b9c4bd31559ccb5be47af986152b4a90e..4bdc5a5048f11b18d8ace43c53e37e5b337034fc 100644 (file)
@@ -20,6 +20,9 @@ ldconfig="ldconfig"
 case `uname` in
   Linux*)
     ;;
+  Darwin*)
+    libdir='${exec_prefix}/lib'
+    ;;
   AIX*)
     ;;
   SunOS)