Changeset 63 for sources/configure.ac


Ignore:
Timestamp:
Oct 23, 2019, 12:33:29 PM (5 years ago)
Author:
bouyer
Message:

Remplace USE_OPENMP with _OPENMP, the latter is automagically defined
by the compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/configure.ac

    r62 r63  
    2525AC_CHECK_PROG(has_dvips, dvips, yes)
    2626
     27AC_CONFIG_MACRO_DIR([m4])
    2728
    2829# User choices
     
    4546AS_IF([test "x$do_debug"  = "xyes"], [CXXFLAGS="-g"],
    4647      [test "x$do_debug" != "xyes"], [CXXFLAGS="-O2 -DNDEBUG"])
    47 
    48 AS_IF([test "x$do_use_omp"  = "xyes"], [CXXFLAGS+=" -DUSE_OPENMP"],
    49       [test "x$do_use_omp" != "xyes"], [CXXFLAGS+=""])
    5048
    5149case $target_os in
Note: See TracChangeset for help on using the changeset viewer.