a small typo in configure.in

Marko Asplund aspa at kronodoc.fi
Mon Nov 6 17:41:27 EST 2000


			hello

there seems to be a small typo in OpenSSH 2.2.0p1 configure.in. as a
result 'configure --help' prints the wrong name for the '--with-ldflags'
configuration flag.

best regards,
-- 
	aspa
-------------- next part --------------
*** configure.in.dist	Mon Nov  6 09:07:43 2000
--- configure.in	Mon Nov  6 09:26:06 2000
***************
*** 203,209 ****
  	]	
  )
  AC_ARG_WITH(ldflags,
! 	[  --with-ldlags           Specify additional flags to pass to linker],
  	[
  		if test "x$withval" != "xno" ; then
  			LDFLAGS="$LDFLAGS $withval"
--- 203,209 ----
  	]	
  )
  AC_ARG_WITH(ldflags,
! 	[  --with-ldflags           Specify additional flags to pass to linker],
  	[
  		if test "x$withval" != "xno" ; then
  			LDFLAGS="$LDFLAGS $withval"


More information about the openssh-unix-dev mailing list