From df4b23c9dea48e97beaab10448fa347067008ce5 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/, (cherry picked from commit eecee94c3a620f0076ca3c7a466399feb4a4485d) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a510bef512..e92903f0ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1499,7 +1499,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" &&