mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Fix syntax error that was breaking RPM builds.
This commit is contained in:
parent
c6f0a7b2db
commit
6d035f67e0
@ -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>
|
Tue Oct 21 19:22:00 CEST 2008 Chris Lalancette <clalance@redhat.com>
|
||||||
* src/storage_conf.c: Make logical pool dumpXML more idempotent with
|
* src/storage_conf.c: Make logical pool dumpXML more idempotent with
|
||||||
defineXML by outputting <device name='/dev/sdb' /> when we are
|
defineXML by outputting <device name='/dev/sdb' /> when we are
|
||||||
|
@ -1011,7 +1011,7 @@ AM_CONDITIONAL([WITH_LIBVIRTD],[test "x$with_libvirtd" = "xyes"])
|
|||||||
dnl Check for gettext
|
dnl Check for gettext
|
||||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||||
AM_GNU_GETTEXT([external])
|
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 Extra link-time flags for Cygwin.
|
||||||
dnl Copied from libxml2 configure.in, but I removed mingw changes
|
dnl Copied from libxml2 configure.in, but I removed mingw changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user