]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove hack to get static binaries in DV environment
authorDaniel Veillard <veillard@redhat.com>
Thu, 9 Sep 2010 15:06:00 +0000 (17:06 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 9 Sep 2010 15:06:00 +0000 (17:06 +0200)
configure.ac

index 6c0fc693de610646eb4fea89cfc011499d35283f..a71f5e815d70e1391d6deb982e81ec146d809475 100644 (file)
@@ -237,13 +237,10 @@ AC_ARG_WITH([libvirtd],
   AC_HELP_STRING([--with-libvirtd], [add libvirtd support @<:@default=yes@:>@]),[],[with_libvirtd=yes])
 
 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
-if test "${LOGNAME}" = "veillard" && test "`pwd`" = "/u/veillard/libvirt" ; then
-    STATIC_BINARIES="-static"
-else
-    STATIC_BINARIES=
-fi
+STATIC_BINARIES=
 AC_SUBST([STATIC_BINARIES])
 
 dnl --enable-debug=(yes|no)