~ubuntu-branches/ubuntu/lucid/erlang/lucid-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
default_cache_file=./config.cache
7
7
 
8
 
if test "x$no_recursion" != "xyes"; then
 
8
if test "x$no_recursion" != "xyes" -a "x$OVERRIDE_CONFIG_CACHE" = "x"; then
9
9
    # The no_recursion variable is not documented, but the only
10
10
    # action we take on it is disabling caching which is safe!
11
11
    if test "x$cache_file" != "x$default_cache_file"; then
149
149
  --disable-hipe          disable hipe support])
150
150
 
151
151
AC_ARG_ENABLE(megaco_flex_scanner_lineno,
152
 
[  --disable-megaco-flex-scanner-lineno disable megaco flex scanner lineno])
 
152
[  --enable-megaco-flex-scanner-lineno enable megaco flex scanner lineno
 
153
  --disable-megaco-flex-scanner-lineno disable megaco flex scanner lineno])
 
154
 
 
155
AC_ARG_ENABLE(megaco_reentrant_flex_scanner,
 
156
[  --enable-megaco-reentrant-flex-scanner enable reentrans megaco flex scanner
 
157
  --disable-megaco-reentrant-flex-scanner disable reentrans megaco flex scanner])
153
158
 
154
159
AC_ARG_WITH(ssl,
155
160
[  --with-ssl=PATH         specify location of OpenSSL include and lib