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

Commit b373754

Browse files
committed
Merge pull request #205 from gnawux/remove_sqlite
hyper build do not depends on sqlite3-dev any more
2 parents ccb80a8 + c431681 commit b373754

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

configure.ac

-9
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ if test "x$has_go" != "xyes" ; then
1717
AC_MSG_ERROR(Unable to find go binary in PATH)
1818
fi
1919

20-
AC_CHECK_PROG([has_sqlite3], [sqlite3], [yes], [no])
21-
if test "x$has_sqlite3" != "xyes" ; then
22-
AC_MSG_ERROR(Unable to find sqlite3 binary in PATH)
23-
fi
24-
2520
# Platform specific setup
2621
AC_CANONICAL_HOST
2722

@@ -58,9 +53,6 @@ esac
5853

5954
# Checks for header files.
6055
AC_CHECK_HEADERS([stdlib.h string.h libxl.h])
61-
AC_CHECK_HEADER([sqlite3.h], [],
62-
[AC_MSG_ERROR([Could not find or include sqlite3.h])],
63-
[])
6456

6557
# Checks for typedefs, structures, and compiler characteristics.
6658
AC_CHECK_HEADER_STDBOOL
@@ -124,6 +116,5 @@ AC_MSG_RESULT([
124116
125117
with libvirt: ${with_libvirt}
126118
127-
has sqlite3: ${has_sqlite3}
128119
has virtualbox: ${has_virtualbox}
129120
])

0 commit comments

Comments
 (0)