diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-28 04:48:43 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-28 04:48:43 -0400 |
commit | 3034529d54759f0fd3bcc6191f33a5e93a1988ca (patch) | |
tree | d2de58e10c151d3c2fe7c68039861621fb2c6d46 /configure.in | |
parent | b4304515ff0501da47cbcd4b47c770e2bb55a83d (diff) | |
download | fork-ledger-3034529d54759f0fd3bcc6191f33a5e93a1988ca.tar.gz fork-ledger-3034529d54759f0fd3bcc6191f33a5e93a1988ca.tar.bz2 fork-ledger-3034529d54759f0fd3bcc6191f33a5e93a1988ca.zip |
removed the "standalone" flag (unsafe with Boost)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 6fd1cbab..d295b3f8 100644 --- a/configure.in +++ b/configure.in @@ -58,15 +58,6 @@ AC_ARG_ENABLE(debug, esac],[debug=false]) AM_CONDITIONAL(DEBUG, test x$debug = xtrue) -AC_ARG_ENABLE(standalone, - [ --enable-standalone Build standalone on OS/X (see README)], - [case "${enableval}" in - yes) standalone=true ;; - no) standalone=false ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-standalone) ;; - esac],[standalone=false]) -AM_CONDITIONAL(STANDALONE, test x$standalone = xtrue) - # Checks for header files. AC_STDC_HEADERS AC_HAVE_HEADERS(sys/stat.h) |