diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-01-10 17:20:52 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-01-10 17:20:52 +0000 |
commit | 9a3a7e36555ff577d7241240776bdbc02ab5fb43 (patch) | |
tree | a4eac170f3a18729b7962b6f8674d51f334b5af9 /configure.in | |
parent | 61749866b92846327de1f1bd6784390e9093a2aa (diff) | |
download | pam-9a3a7e36555ff577d7241240776bdbc02ab5fb43.tar.gz pam-9a3a7e36555ff577d7241240776bdbc02ab5fb43.tar.bz2 pam-9a3a7e36555ff577d7241240776bdbc02ab5fb43.zip |
Relevant BUGIDs: 128298
Purpose of commit: bugfix
Commit summary:
---------------
Nothing in the sources requires C++. So, there is no need to
have autoconf require it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 996de86d..2fc81853 100644 --- a/configure.in +++ b/configure.in @@ -47,7 +47,7 @@ INSTALL=/usr/bin/install ; AC_SUBST(INSTALL) dnl Checks for programs. AC_PROG_CC -AC_PROG_CXX +dnl ### AC_PROG_CXX AC_PROG_YACC AC_PROG_LEX dnl AC_PROG_INSTALL |