IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:45:03 AM (15 years ago)
Author:
eugene
Message:

merge from eam/ipp-20110505: allow read-only dvo dbs, allow fake zero point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r31160 r31669  
    203203  set CPPFLAGS = ""
    204204endif 
    205 if ($pedantic) set CPPFLAGS = "$CPPFLAGS-Wall -Werror "
    206 if ($memcheck) set CPPFLAGS = "$CPPFLAGS-DOHANA_MEMORY "
     205if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror"
     206if ($memcheck) set CPPFLAGS = "$CPPFLAGS -DOHANA_MEMORY"
    207207
    208208if (! $?LDFLAGS) then
     
    540540  endif
    541541  set haveflag = `echo $f | tr '[:lower:]' '[:upper:]' | tr '.' '_'`
    542   set CPPFLAGS = "$CPPFLAGS-DHAVE_$haveflag "
     542  set CPPFLAGS = "$CPPFLAGS -DHAVE_$haveflag"
    543543end
    544544
Note: See TracChangeset for help on using the changeset viewer.