From eecee94c3a620f0076ca3c7a466399feb4a4485d Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Thu, 10 May 2012 10:25:22 +0800 Subject: [PATCH] build: Fix the typo in configure.ac s/nuamd/numad/, --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93cc3e8cec..f7e15f91db 100644 --- a/configure.ac +++ b/configure.ac @@ -1525,7 +1525,7 @@ if test "$with_numad" != "no" ; then if test -z "$NUMAD" || test $fail = 1; then with_numad="no" else - with_nuamd="yes" + with_numad="yes" fi else test -z "$NUMAD" &&