summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-04-18 22:11:33 +0200
committerStef Walter <stefw@redhat.com>2013-04-19 08:05:04 +0200
commit9fc8444f2c4aca8a551f1300d734742b7d99be00 (patch)
treece7a192feea559e1b2351bc5ac56b80e804b734b /configure.in
parent22bfb1beeb9c7fbcdc814798d361e28b3b81f971 (diff)
Make build work without libmba and domcHEADmaster
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b0477c6..72b3bc0 100644
--- a/configure.in
+++ b/configure.in
@@ -83,5 +83,5 @@ AC_CHECK_TYPES(wstring, , , [
AC_CHECK_FUNCS([memset strchr strerror sprintf], ,
[echo "ERROR: Required function missing"; exit 1])
-AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile libs/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile])
AC_OUTPUT