Browse Source

removed AX_COMPILER_VENDOR: We don't rely on it, and it can be even harmful
for environments where it's not available.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1403 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
67df3c7a40
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -14,7 +14,6 @@ AC_PROG_LIBTOOL
 
 # Use C++ language
 AC_LANG_CPLUSPLUS
-AX_COMPILER_VENDOR
 
 m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3 python3.1])
 AC_ARG_WITH([pythonpath],