mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
don't check for CPP in the configure script
The preprocessor never gets called directly.
This commit is contained in:
parent
386f2bdcf4
commit
53f1ebaf6b
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ fi
|
||||||
AC_PROG_CC([clang llvm-gcc gcc cc])
|
AC_PROG_CC([clang llvm-gcc gcc cc])
|
||||||
AC_PROG_CC_STDC # c99
|
AC_PROG_CC_STDC # c99
|
||||||
AC_PROG_CXX([clang++ llvm-g++ g++ c++])
|
AC_PROG_CXX([clang++ llvm-g++ g++ c++])
|
||||||
AC_PROG_CXXCPP([clang++ llvm-g++ g++ c++])
|
|
||||||
AC_LANG(C++)
|
AC_LANG(C++)
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
|
|
Loading…
Reference in a new issue