aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-05-10 10:25:22 +0800
committerOsier Yang <jyang@redhat.com>2012-05-10 10:28:12 +0800
commiteecee94c3a620f0076ca3c7a466399feb4a4485d (patch)
treeee0ed51b0cfda3e4f2a514f163f690c111031442 /configure.ac
parentconf: Fix memory leaks in virStoragePoolDefParseSource (diff)
downloadlibvirt-eecee94c3a620f0076ca3c7a466399feb4a4485d.tar.gz
libvirt-eecee94c3a620f0076ca3c7a466399feb4a4485d.tar.bz2
libvirt-eecee94c3a620f0076ca3c7a466399feb4a4485d.zip
build: Fix the typo in configure.ac
s/nuamd/numad/,
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93cc3e8ce..f7e15f91d 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" &&