Changeset 16571
- Timestamp:
- 2008-07-28T17:15:29+12:00 (15 years ago)
- Location:
- gsdl/trunk
- Files:
-
- 1 deleted
- 1 edited
- 8 copied
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/runtime-src/configure.in
r16568 r16571 341 341 342 342 dnl 343 dnl Perl actually can be run; now we see if it is version 5 by344 dnl running a sample script (which returns a "clean" version number345 dnl and then tests the result using expr. If perl errors in some346 dnl way (eg. broken Perl executable, missing script), we set a failure347 dnl value ("0") and then proceed as best we can348 dnl349 if test $success = "yes"; then350 try=`perl configtest.pl` || try="0"351 try=`expr $try \> 5.000`352 if test $try = "1"; then353 AC_MSG_RESULT("yes")354 else355 success="no"356 fi357 fi358 359 if test $success = "no"; then360 AC_MSG_RESULT("no")361 AC_MSG_ERROR("Perl 5 not available - cannot install")362 fi363 364 dnl365 343 dnl Check if the STL library has any known faults; 366 344 dnl In GCC 2.7.2.x series, some STL library headers are missing
Note:
See TracChangeset
for help on using the changeset viewer.