Lines 356-362
Link Here
|
356 |
fi |
356 |
fi |
357 |
AC_MSG_RESULT($ac_cv_linux_vers) |
357 |
AC_MSG_RESULT($ac_cv_linux_vers) |
358 |
if test $ac_cv_linux_vers = unknown ; then |
358 |
if test $ac_cv_linux_vers = unknown ; then |
359 |
AC_MSG_ERROR(cannot determine linux version when cross-compiling) |
359 |
AC_MSG_WARN(cannot determine linux version when cross-compiling) |
360 |
fi |
360 |
fi |
361 |
if test $ac_cv_linux_vers -lt 2 ; then |
361 |
if test $ac_cv_linux_vers -lt 2 ; then |
362 |
AC_MSG_ERROR(version 2 or higher required; see the INSTALL doc for more info) |
362 |
AC_MSG_ERROR(version 2 or higher required; see the INSTALL doc for more info) |