]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix syntax error that was breaking RPM builds.
authorCole Robinson <crobinso@redhat.com>
Wed, 22 Oct 2008 13:55:15 +0000 (13:55 +0000)
committerCole Robinson <crobinso@redhat.com>
Wed, 22 Oct 2008 13:55:15 +0000 (13:55 +0000)
ChangeLog
configure.in

index 58cb909db541cf105286283cb81d7a2bb002247e..19e67e2e893d65bc3a813aedcaa8ecfb0deab037 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 22 09:53:00 EST 2008 Cole Robinson <crobinso@redhat.com>
+
+       * configure.in: Fix syntax error which was breaking RPM builds.
+
 Tue Oct 21 19:22:00 CEST 2008 Chris Lalancette <clalance@redhat.com>
        * src/storage_conf.c: Make logical pool dumpXML more idempotent with
          defineXML by outputting <device name='/dev/sdb' /> when we are
index 66d271a987ddb94d8c1587178e07c3a75947d0d8..d2af4def038afb586fffa727c16a537796bc726a 100644 (file)
@@ -1011,7 +1011,7 @@ AM_CONDITIONAL([WITH_LIBVIRTD],[test "x$with_libvirtd" = "xyes"])
 dnl Check for gettext
 AM_GNU_GETTEXT_VERSION([0.14.1])
 AM_GNU_GETTEXT([external])
-ALL_LINGUAS=`{cd "$srcdir/po" > /dev/null && ls *.po} | sed 's+\.po$++'`
+ALL_LINGUAS=`cd "$srcdir/po" > /dev/null && ls *.po | sed 's+\.po$++'`
 
 dnl Extra link-time flags for Cygwin.
 dnl Copied from libxml2 configure.in, but I removed mingw changes