mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
Remove hack to get static binaries in DV environment
This commit is contained in:
parent
fbb2bdc132
commit
6d57950932
@ -237,13 +237,10 @@ AC_ARG_WITH([libvirtd],
|
|||||||
AC_HELP_STRING([--with-libvirtd], [add libvirtd support @<:@default=yes@:>@]),[],[with_libvirtd=yes])
|
AC_HELP_STRING([--with-libvirtd], [add libvirtd support @<:@default=yes@:>@]),[],[with_libvirtd=yes])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl specific tests to setup DV devel environments with debug etc ...
|
dnl in case someone want to build static binaries
|
||||||
|
dnl STATIC_BINARIES="-static"
|
||||||
dnl
|
dnl
|
||||||
if test "${LOGNAME}" = "veillard" && test "`pwd`" = "/u/veillard/libvirt" ; then
|
STATIC_BINARIES=
|
||||||
STATIC_BINARIES="-static"
|
|
||||||
else
|
|
||||||
STATIC_BINARIES=
|
|
||||||
fi
|
|
||||||
AC_SUBST([STATIC_BINARIES])
|
AC_SUBST([STATIC_BINARIES])
|
||||||
|
|
||||||
dnl --enable-debug=(yes|no)
|
dnl --enable-debug=(yes|no)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user