Ignore:
Timestamp:
Aug 22, 2012, 2:09:00 PM (12 years ago)
Author:
Michael Tänzer
Message:

Merge CMake branch into trunk

Location:
source
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • source

    • Property svn:ignore deleted
  • source/ariba

    • Property svn:ignore deleted
  • source/ariba/utility

    • Property svn:ignore deleted
  • source/ariba/utility/system

    • Property svn:ignore deleted
  • source/ariba/utility/system/StartupWrapper.cpp

    r9737 r10700  
    4040#include "ariba/config.h"
    4141
    42 #ifdef HAVE_LOG4CXX_LOGGER_H
     42#ifdef HAVE_LOG4CXX
    4343        #include <log4cxx/logger.h>
    4444        #include <log4cxx/basicconfigurator.h>
    45 #endif // HAVE_LOG4CXX_LOGGER_H
     45#endif // HAVE_LOG4CXX
    4646
    4747namespace ariba {
     
    9797        //
    9898
    99 #ifdef HAVE_LOG4CXX_LOGGER_H
     99#ifdef HAVE_LOG4CXX
    100100        log4cxx::BasicConfigurator::configure();
    101 #endif //HAVE_LOG4CXX_LOGGER_H
     101#endif //HAVE_LOG4CXX
    102102
    103103        //
Note: See TracChangeset for help on using the changeset viewer.