~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: logg
  • Date: 2003-09-17 16:32:57 UTC
  • Revision ID: devnull@localhost-20030917163257-84ojfd1snjg2xshv
Tailorized "2003-09-17 11:32:56 by logg"
Poisson works again. Curses can be disabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                             [Turn on debugging and warnings]),
15
15
              CXXFLAGS='-DDEBUG=1 -g -O2 -Wall')
16
16
 
 
17
# Option --disable-curses
 
18
AC_ARG_ENABLE(curses,
 
19
              AC_HELP_STRING([--disable-curses],
 
20
                             [Compile without curses]),
 
21
              CXXFLAGS=$CXXFLAGS' -DNO_CURSES=1')
 
22
 
17
23
# Checks for programs
18
24
AC_PROG_CC
19
25
AC_PROG_CXX