configure.in: Add hint for building solaris 64-bit binary.
authorDoug MacEachern <dougm@hyperic.com>
Sat, 9 May 2009 01:54:51 +0000 (18:54 -0700)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 9 May 2009 09:07:28 +0000 (11:07 +0200)
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in

index 292bae4..e377fe9 100644 (file)
@@ -259,7 +259,14 @@ AC_CHECK_HEADERS(sys/swap.h vm/anon.h, [], [have_sys_swap_h="no"],
 
 if test "x$have_sys_swap_h$ac_system" = "xnoSolaris"
 then
-       AC_MSG_NOTICE([Solaris detected and sys/swap.h not found: Try building a 64bit binary.])
+       hint_64=""
+       if test "x$GCC" = "xyes"
+       then
+               hint_64="CC='gcc -m64'"
+       else
+               hint_64="CC='cc -xarch=v9'"
+       fi
+       AC_MSG_NOTICE([Solaris detected and sys/swap.h not usable. Try building a 64-bit binary ($hint_64 ./configure).])
 fi
 
 # For load module