diff options
author | misterg <misterg@google.com> | 2019-04-29 18:31:33 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-04-29 18:32:28 (GMT) |
commit | 82f9c8d65d76a7da311e81d561641af680086ae2 (patch) | |
tree | ece7ac11190bf26d0e5728b84621820050cd087b /googletest | |
parent | 61cdca569b1f7e4629f8b949f0a9606c28281a6b (diff) | |
download | googletest-82f9c8d65d76a7da311e81d561641af680086ae2.zip googletest-82f9c8d65d76a7da311e81d561641af680086ae2.tar.gz googletest-82f9c8d65d76a7da311e81d561641af680086ae2.tar.bz2 |
Googletest export
Internal Change
PiperOrigin-RevId: 245788057
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/googletest/configure.ac b/googletest/configure.ac index 6cb19f4..a5b2ef6 100644 --- a/googletest/configure.ac +++ b/googletest/configure.ac @@ -29,11 +29,6 @@ AC_PROG_CXX AC_LANG([C++]) AC_PROG_LIBTOOL -# TODO(chandlerc@google.com): Currently we aren't running the Python tests -# against the interpreter detected by AM_PATH_PYTHON, and so we condition -# HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's -# version to be >= 2.3. This will allow the scripts to use a "/usr/bin/env" -# hashbang. PYTHON= # We *do not* allow the user to specify a python interpreter AC_PATH_PROG([PYTHON],[python],[:]) AS_IF([test "$PYTHON" != ":"], @@ -59,10 +54,5 @@ AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" = "xyes"]) AC_SUBST(PTHREAD_CFLAGS) AC_SUBST(PTHREAD_LIBS) -# TODO(chandlerc@google.com) Check for the necessary system headers. - -# TODO(chandlerc@google.com) Check the types, structures, and other compiler -# and architecture characteristics. - # Output the generated files. No further autoconf macros may be used. AC_OUTPUT |