From 850206158f6e77a4798f79fe293a7d7b7a7687f0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 Jan 2013 12:50:54 +0100 Subject: fixed bootstrapping using sciteco-minimal and bootstrap autodetection was broken due to untested changes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9d29eb1..b7fab50 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ fi # For bootstrapping via installed sciteco AC_CHECK_PROG(SCITECO, sciteco, sciteco) if [[ x$SCITECO = x ]]; then - bootstrap = yes + bootstrap=yes fi # Checks for libraries. -- cgit v1.2.3