Changeset 313dff for util


Ignore:
Timestamp:
Dec 16, 2008, 6:39:28 PM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
87c8e7
Parents:
5a447f
Message:

Tesselation starts to look good, minor discrepancies are still there and a segmentation fault.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/configure.ac

    r5a447f r313dff  
    1616AC_PROG_AWK
    1717AM_MISSING_PROG([DOXYGEN], [doxygen])
    18 
    19 AC_ARG_ENABLE([debug],AS_HELP_STRING([--enable-debug],[debugging level of compiler. Argument is yes or debugging level. (default is no)]),
    20               [enable_debugging=$enableval], [enable_debugging=no])
    21 AC_ARG_ENABLE([optimization],AS_HELP_STRING([--enable-optimization],[Optimization level of compiler. Argument is yes or optimization. (default is 2)]),
    22               [enable_optimization=$enableval], [enable_optimization=2])
    23 AC_ARG_ENABLE([warnings], AS_HELP_STRING([--enable-warnings],[Output compiler warnings, argument is none, some or full (default is some).]),
    24               [enable_warnings=$enableval], [enable_warnings=some])
    25 AC_SET_COMPILER_FLAGS([$enable_optimization], [$enable_debugging], [$enable_warnings])
    2618
    2719# Checks for header files.
Note: See TracChangeset for help on using the changeset viewer.