configure.ac: disabled the C++ and fortran checks
Why check for C++ and fortran compilers? This hack was borrowed from Qball's gmpc git repository.
This commit is contained in:
		| @@ -11,6 +11,10 @@ AC_SUBST(MPD_CFLAGS) | |||||||
| AC_SUBST(MP4FF_LIB) | AC_SUBST(MP4FF_LIB) | ||||||
| AC_SUBST(MP4FF_SUBDIR) | AC_SUBST(MP4FF_SUBDIR) | ||||||
|  |  | ||||||
|  | dnl Remove the check for c++ and fortran compiler | ||||||
|  | m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) | ||||||
|  | m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) | ||||||
|  |  | ||||||
| AC_LANG(C) | AC_LANG(C) | ||||||
| AC_PROG_CC_C99 | AC_PROG_CC_C99 | ||||||
| AM_PROG_CC_C_O | AM_PROG_CC_C_O | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann