~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

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