build: Fix the typo in configure.ac

s/nuamd/numad/,
This commit is contained in:
Osier Yang 2012-05-10 10:25:22 +08:00
parent 15e0b20acd
commit eecee94c3a

View File

@ -1525,7 +1525,7 @@ if test "$with_numad" != "no" ; then
if test -z "$NUMAD" || test $fail = 1; then if test -z "$NUMAD" || test $fail = 1; then
with_numad="no" with_numad="no"
else else
with_nuamd="yes" with_numad="yes"
fi fi
else else
test -z "$NUMAD" && test -z "$NUMAD" &&