bug-ncurses
[Top][All Lists]
Advanced

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

typo in configure.in


From: Michail Vidiassov
Subject: typo in configure.in
Date: Wed, 29 Aug 2007 09:46:50 +0400 (MSD)

Dear Thomas,

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

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





reply via email to

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