Changeset 38

Show
Ignore:
Timestamp:
11/30/07 11:04:00
Author:
mhadji
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spatialindex/trunk/configure

    r36 r38  
    2038120381if test "x$enable_debug" = "xyes"; then 
    2038220382        CXXFLAGS="$CXXFLAGS -g -DDEBUG" 
    20383         echo "$as_me:$LINENO: result: yes" >&5 
    20384 echo "${ECHO_T}yes" >&6 
     20383        echo "$as_me:$LINENO: result: checking wether debug information is enabled... yes" >&5 
     20384echo "${ECHO_T}checking wether debug information is enabled... yes" >&6 
    2038520385else 
    2038620386        CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" 
    20387         echo "$as_me:$LINENO: result: no" >&5 
    20388 echo "${ECHO_T}no" >&6 
     20387        echo "$as_me:$LINENO: result: checking wether debug information is enabled... no" >&5 
     20388echo "${ECHO_T}checking wether debug information is enabled... no" >&6 
    2038920389fi 
    2039020390 
  • spatialindex/trunk/configure.ac

    r36 r38  
    3535if test "x$enable_debug" = "xyes"; then 
    3636        CXXFLAGS="$CXXFLAGS -g -DDEBUG" 
    37         AC_MSG_RESULT(yes) 
     37        AC_MSG_RESULT(checking wether debug information is enabled... yes) 
    3838else 
    3939        CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" 
    40         AC_MSG_RESULT(no) 
     40        AC_MSG_RESULT(checking wether debug information is enabled... no) 
    4141fi 
    4242 
  • spatialindex/trunk/Makefile.in

    r33 r38  
    205205        src/tools/libtools.la 
    206206 
    207 libspatialindex_la_LDFLAGS = -version-info 1:0:1  
     207libspatialindex_la_LDFLAGS = -version-info 1:0:0  
    208208all: all-recursive 
    209209