|
|
@ -83,8 +83,8 @@ m4_defun([AC_LIBTOOL_CXX],[]) |
|
|
|
m4_ifdef([AC_LIBTOOL_F77], [m4_undefine([AC_LIBTOOL_F77])]) |
|
|
|
m4_ifdef([AC_LIBTOOL_F77], [m4_undefine([AC_LIBTOOL_F77])]) |
|
|
|
m4_defun([AC_LIBTOOL_F77],[]) |
|
|
|
m4_defun([AC_LIBTOOL_F77],[]) |
|
|
|
|
|
|
|
|
|
|
|
dnl force libtool to build static libraries with PIC on AMD64 |
|
|
|
dnl force libtool to build static libraries with PIC on AMD64-linux |
|
|
|
AC_MSG_CHECKING([if target is AMD64 (to build static libraries with PIC)]) |
|
|
|
AC_MSG_CHECKING([if arch-OS host is AMD64-linux (to build static libraries with PIC)]) |
|
|
|
case $host in |
|
|
|
case $host in |
|
|
|
x86_64*linux*) |
|
|
|
x86_64*linux*) |
|
|
|
AC_MSG_RESULT([yes]) |
|
|
|
AC_MSG_RESULT([yes]) |
|
|
|