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

Commit

Permalink
fix configure file mistake in the last commit of #646
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Xu <[email protected]>
  • Loading branch information
gnawux committed Dec 13, 2017
1 parent d5f31bd commit e1ef881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ XEN_REQUIRED="4.5.0"
XENPV_REQUIRED="4.9.0"

if test "$with_xen" = yes; then
PKG_CHECK_MODULES([xenlight], [xenlight >= $XEN_REQUIRED], [with_xen=yes], [with_xen=no])
PKG_CHECK_MODULES([xenlight], [xenlight >= $XENPV_REQUIRED], [with_xen490=yes], [with_xen490=no])
PKG_CHECK_MODULES([xen_4_5], [xenlight >= $XEN_REQUIRED], [with_xen=yes], [with_xen=no])
PKG_CHECK_MODULES([xen_4_9], [xenlight >= $XENPV_REQUIRED], [with_xen490=yes], [with_xen490=no])
fi

if test "x$with_xen" != "xno" ; then
Expand Down

0 comments on commit e1ef881

Please sign in to comment.