mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Mon Nov 26 11:52:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
* configure.in, proxy/Makefile.am: Disable building of the Xen proxy if configured --without-xen.
This commit is contained in:
parent
95585d7c94
commit
b740fe92d3
@ -1,3 +1,8 @@
|
||||
Mon Nov 26 11:52:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* configure.in, proxy/Makefile.am: Disable building of the Xen proxy
|
||||
if configured --without-xen.
|
||||
|
||||
Mon Nov 26 11:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* src/bridge.c, src/bridge.h, src/qemu_conf.c, src/qemu_conf.h,
|
||||
|
@ -504,7 +504,10 @@ if test "${enableval}" = yes; then
|
||||
COMPILER_FLAGS=
|
||||
fi
|
||||
|
||||
dnl Enable building the proxy?
|
||||
AM_CONDITIONAL(WITH_PROXY,[test "x$with_xen" = "xyes"])
|
||||
|
||||
dnl Check for gettext
|
||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||
AM_GNU_GETTEXT([external])
|
||||
if test -d po
|
||||
|
@ -1,5 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if WITH_PROXY
|
||||
INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include \
|
||||
-I@top_srcdir@/proxy -I@top_srcdir@/src @LIBXML_CFLAGS@ \
|
||||
-DPROXY -DLOCALEBASEDIR=\""$(datadir)/locale"\" \
|
||||
@ -17,3 +18,4 @@ libvirt_proxy_LDADD =
|
||||
|
||||
install-exec-hook:
|
||||
chmod u+s $(DESTDIR)$(libexecdir)/libvirt_proxy
|
||||
endif
|
Loading…
x
Reference in New Issue
Block a user