Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit e1ef881

Browse files
committed
fix configure file mistake in the last commit of #646
Signed-off-by: Wang Xu <[email protected]>
1 parent d5f31bd commit e1ef881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ XEN_REQUIRED="4.5.0"
7474
XENPV_REQUIRED="4.9.0"
7575

7676
if test "$with_xen" = yes; then
77-
PKG_CHECK_MODULES([xenlight], [xenlight >= $XEN_REQUIRED], [with_xen=yes], [with_xen=no])
78-
PKG_CHECK_MODULES([xenlight], [xenlight >= $XENPV_REQUIRED], [with_xen490=yes], [with_xen490=no])
77+
PKG_CHECK_MODULES([xen_4_5], [xenlight >= $XEN_REQUIRED], [with_xen=yes], [with_xen=no])
78+
PKG_CHECK_MODULES([xen_4_9], [xenlight >= $XENPV_REQUIRED], [with_xen490=yes], [with_xen490=no])
7979
fi
8080

8181
if test "x$with_xen" != "xno" ; then

0 commit comments

Comments
 (0)