repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c23b4
)
- fixed library path for mac osx (there is no lib64 path here...)
author
Memphiz
<memphis@machzwo.de>
Mon, 6 Jun 2011 22:02:17 +0000
(
00:02
+0200)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Tue, 7 Jun 2011 05:32:01 +0000
(15:32 +1000)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 71efb74b9c4bd31559ccb5be47af986152b4a90e..4bdc5a5048f11b18d8ace43c53e37e5b337034fc 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-20,6
+20,9
@@
ldconfig="ldconfig"
case `uname` in
Linux*)
;;
+ Darwin*)
+ libdir='${exec_prefix}/lib'
+ ;;
AIX*)
;;
SunOS)