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.12~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecee94c3a620f0076ca3c7a466399feb4a4485d;p=thirdparty%2Flibvirt.git build: Fix the typo in configure.ac s/nuamd/numad/, --- 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" &&