Re: problem with cached values

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

 





On Wed, 27 Dec 2006, Vincent Torri wrote:


Thank you for your answers

On Tue, 26 Dec 2006, Eric Blake wrote:

Ok. I've tried that check :

have_stlport_in_usr="no"
AM_CHECK_STLPORT(
  [/usr],
  [have_stlport_in_usr="yes"],
  [])

if test "x${have_stlport_in_usr} = "xno" ; then
  AM_CHECK_STLPORT(
     [/usr/local],
     [],
     [AC_MSG_ERROR("STLport is needed !")])
fi

But I have that error during the execution of configure:

checking stl/config/user_config.h usability... no
checking stl/config/user_config.h presence... no
checking for stl/config/user_config.h... no
configure: WARNING: STLport headers not in /usr/include/stlport
./configure: line 5680: syntax error near unexpected token `"(c'
./configure: line 5680: `  echo $ECHO_N "(cached) $ECHO_C" >&6'


I've forgotten a ". the result is the same than my first mail: cache problem.

Vincent Torri


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux