bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: typo in configure.in


From: Thomas Dickey
Subject: Re: typo in configure.in
Date: Wed, 29 Aug 2007 06:08:53 -0400 (EDT)

On Wed, 29 Aug 2007, Michail Vidiassov wrote:

Dear Thomas,

it seems that 'rpath' is not the right first argument for AC_ARG_ENABLE
in the following piece of code:

I see (select/paste error from the immediately-preceding chunk).

thanks


AC_MSG_CHECKING(if shared libraries should be relinked during install)
AC_ARG_ENABLE(rpath,
[  --disable-relink        relink shared libraries during install],
[cf_cv_do_relink=$enableval],
[cf_cv_do_relink=yes])
AC_MSG_RESULT($cf_cv_do_relink)

    Sincerely, Michail



_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]