mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
skip libtool C++ and Fortran checks
This commit is contained in:
parent
e5f8e5e57a
commit
c84f84c70d
@ -17,6 +17,7 @@ solaris*)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
dnl support building of Windows DLLs
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
|
|
||||||
dnl ************************************************************
|
dnl ************************************************************
|
||||||
@ -62,8 +63,13 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
|
|||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
dnl skip libtool C++ and Fortran checks
|
||||||
|
m4_undefine([AC_PROG_CXX])
|
||||||
|
m4_defun([AC_PROG_CXX],[])
|
||||||
|
m4_undefine([AC_PROG_F77])
|
||||||
|
m4_defun([AC_PROG_F77],[])
|
||||||
|
|
||||||
dnl libtool setup
|
dnl libtool setup
|
||||||
CARES_CLEAR_LIBTOOL_TAGS
|
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
AC_MSG_CHECKING([if we need -no-undefined])
|
AC_MSG_CHECKING([if we need -no-undefined])
|
||||||
|
@ -112,9 +112,15 @@ AC_PROG_CC
|
|||||||
dnl check for how to do large files
|
dnl check for how to do large files
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
dnl check for cygwin stuff
|
dnl support building of Windows DLLs
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
|
|
||||||
|
dnl skip libtool C++ and Fortran checks
|
||||||
|
m4_undefine([AC_PROG_CXX])
|
||||||
|
m4_defun([AC_PROG_CXX],[])
|
||||||
|
m4_undefine([AC_PROG_F77])
|
||||||
|
m4_defun([AC_PROG_F77],[])
|
||||||
|
|
||||||
dnl libtool setup
|
dnl libtool setup
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user