projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11698a8
)
Fixed check for custom cflags
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 11:58:10 +0000
(12:58 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 11:58:10 +0000
(12:58 +0100)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
5ce967c
..
dff3467
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-66,7
+66,7
@@
case $1 in
esac
if $enable_configure; then
- if test -n "$sh_flags"; then
+ if test -n "$sh_cflags"; then
CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure --disable-shared --enable-static $*
else
./configure $*