projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d5c36d4
)
added missing library for build on OS X
author
Arun Persaud
<arun@nubati.net>
Fri, 6 Nov 2009 03:03:17 +0000 (19:03 -0800)
committer
Arun Persaud
<arun@nubati.net>
Fri, 6 Nov 2009 03:03:17 +0000 (19:03 -0800)
Xmu seems to be missing
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c0121e5
..
ba82cc2
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-331,7
+331,7
@@
dnl| USE_PTYS=1
dnl| add some libs for OS X
*-apple-* )
- X_LIBS="$X_LIBS -lX11 -lXt"
+ X_LIBS="$X_LIBS -lXmu -lX11 -lXt "
;;
esac