- (djm) [configure.ac] Revert previous. configure.ac already does this

for us.
This commit is contained in:
Damien Miller 2012-12-03 12:35:55 +11:00
parent 03af12e930
commit 8b48982a56
2 changed files with 4 additions and 3 deletions

View File

@ -35,6 +35,8 @@
Fix compilation with -Wall -Werror (trivial type fixes)
- (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installation
debugging. ok dtucker@
- (djm) [configure.ac] Revert previous. configure.ac already does this
for us.
20121114
- (djm) OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.497 2012/12/03 00:55:54 djm Exp $
# $Id: configure.ac,v 1.498 2012/12/03 01:35:55 djm Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
AC_REVISION($Revision: 1.497 $)
AC_REVISION($Revision: 1.498 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@ -155,7 +155,6 @@ AC_ARG_WITH([stackprotect],
if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
OSSH_CHECK_CFLAG_COMPILE([-g])
OSSH_CHECK_CFLAG_COMPILE([-Wall])
OSSH_CHECK_CFLAG_COMPILE([-Wpointer-arith])
OSSH_CHECK_CFLAG_COMPILE([-Wuninitialized])