diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-31 12:50:54 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-31 12:50:54 +0100 |
commit | 850206158f6e77a4798f79fe293a7d7b7a7687f0 (patch) | |
tree | b1bd7ec2f64f06028528343a83a972aad1c67441 /configure.ac | |
parent | 775e91c41924663bc397516565fed2fcdcb52fc8 (diff) | |
download | sciteco-850206158f6e77a4798f79fe293a7d7b7a7687f0.tar.gz |
fixed bootstrapping using sciteco-minimal and bootstrap autodetection
was broken due to untested changes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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. |