From: Osier Yang Date: Thu, 10 May 2012 02:25:22 +0000 (+0800) Subject: build: Fix the typo in configure.ac X-Git-Tag: v0.9.11.4~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df4b23c9dea48e97beaab10448fa347067008ce5;p=thirdparty%2Flibvirt.git build: Fix the typo in configure.ac s/nuamd/numad/, (cherry picked from commit eecee94c3a620f0076ca3c7a466399feb4a4485d) --- 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" &&