]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Thu Jul 12 09:34:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 12 Jul 2007 08:36:48 +0000 (08:36 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 12 Jul 2007 08:36:48 +0000 (08:36 +0000)
        * configure.in: Removed --with-qemud-pid-file option since
          it is no longer used.

ChangeLog
configure.in

index 290d859a3ac36abea1fb6baa0dce3097a748c0c4..1b60df7f24053aadcdcfb3472b4b0186054eabdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 12 09:34:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
+
+       * configure.in: Removed --with-qemud-pid-file option since
+         it is no longer used.
+
 Thu Jul 12 09:34:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
 
        * src/libvirt.c, src/xen_unified.c: If compiled with
index 84650b110337003c20e7ce6acf177320fd3bf124..dc5e38052c6759927852820ae2c5fe80773e6c51 100644 (file)
@@ -98,21 +98,6 @@ if test x"$enable_debug" = x"yes"; then
    AC_DEFINE(ENABLE_DEBUG, [], [whether debugging is enabled])
 fi
 
-dnl
-dnl PID file
-dnl
-AC_MSG_CHECKING([where to write libvirt_qemud PID file])
-AC_ARG_WITH(qemud-pid-file, AC_HELP_STRING([--with-qemud-pid-file=[pidfile|none]], [PID file for libvirt_qemud]))
-if test "x$with_qemud_pid_file" == "x" ; then
-   QEMUD_PID_FILE="$localstatedir/run/libvirt_qemud.pid"
-elif test "x$with_qemud_pid_file" == "xnone" ; then
-   QEMUD_PID_FILE=""
-else
-   QEMUD_PID_FILE="$with_qemud_pid_file"
-fi
-AC_SUBST(QEMUD_PID_FILE)
-AC_MSG_RESULT($QEMUD_PID_FILE)
-
 AC_MSG_CHECKING([where to write libvirtd PID file])
 AC_ARG_WITH(remote-pid-file, AC_HELP_STRING([--with-remote-pid-file=[pidfile|none]], [PID file for libvirtd]))
 if test "x$with_remote_pid_file" == "x" ; then