Add backslashes, pointed out by Ralph Siemsen.

Tue Dec 20 12:19:34 2005  Søren Sandmann  <sandmann@redhat.com>

	* configure.ac: Add backslashes, pointed out by Ralph Siemsen.
This commit is contained in:
Søren Sandmann
2005-12-20 17:20:10 +00:00
committed by Søren Sandmann Pedersen
parent 02242d500b
commit c1f411c356
2 changed files with 7 additions and 3 deletions

View File

@ -62,9 +62,9 @@ if test $kernel_module = "yes"; then
KMICRO=`uname -r | cut -d"." -f 3 | cut -d"-" -f 1`
if [[ $KMICRO -lt 11 ]] ; then
echo *
echo * Linux \>= 2.6.11 is required
echo *
echo \*
echo \* Linux \>= 2.6.11 is required
echo \*
exit 1
fi