Changeset 565 for trunk/configure.ac


Ignore:
Timestamp:
Mar 7, 2008, 6:23:29 PM (16 years ago)
Author:
Peter Johansson
Message:

using AC_REQUIRE to prevent calling a macro sveral times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r564 r565  
    6868# using extension beyond the C++ standard (usage of non C++ standard
    6969# 'long long' types).
    70 CXXFLAGS="-Wall -pedantic -Wno-long-long"
     70CXXFLAGS="$CXXFLAGS -Wall -pedantic -Wno-long-long"
    7171sinclude(./build_support/ac_c_long_long.m4)
    7272AC_C_LONG_LONG()
Note: See TracChangeset for help on using the changeset viewer.