projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7809728
)
configure.in: Hint towards the CFLAGS instead of using $CC.
author
Florian Forster
<octo@huhu.verplant.org>
Sat, 9 May 2009 09:08:48 +0000
(11:08 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Sat, 9 May 2009 09:08:48 +0000
(11:08 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
e377fe9
..
2c51d21
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-262,9
+262,9
@@
then
hint_64=""
if test "x$GCC" = "xyes"
then
- hint_64="C
C='gcc
-m64'"
+ hint_64="C
FLAGS='
-m64'"
else
- hint_64="C
C='cc
-xarch=v9'"
+ hint_64="C
FLAGS='
-xarch=v9'"
fi
AC_MSG_NOTICE([Solaris detected and sys/swap.h not usable. Try building a 64-bit binary ($hint_64 ./configure).])
fi