Changeset 38
- Timestamp:
- 11/30/07 11:04:00
- Files:
-
- spatialindex/trunk/configure (modified) (1 diff)
- spatialindex/trunk/configure.ac (modified) (1 diff)
- spatialindex/trunk/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/configure
r36 r38 20381 20381 if test "x$enable_debug" = "xyes"; then 20382 20382 CXXFLAGS="$CXXFLAGS -g -DDEBUG" 20383 echo "$as_me:$LINENO: result: yes" >&520384 echo "${ECHO_T} yes" >&620383 echo "$as_me:$LINENO: result: checking wether debug information is enabled... yes" >&5 20384 echo "${ECHO_T}checking wether debug information is enabled... yes" >&6 20385 20385 else 20386 20386 CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" 20387 echo "$as_me:$LINENO: result: no" >&520388 echo "${ECHO_T} no" >&620387 echo "$as_me:$LINENO: result: checking wether debug information is enabled... no" >&5 20388 echo "${ECHO_T}checking wether debug information is enabled... no" >&6 20389 20389 fi 20390 20390 spatialindex/trunk/configure.ac
r36 r38 35 35 if test "x$enable_debug" = "xyes"; then 36 36 CXXFLAGS="$CXXFLAGS -g -DDEBUG" 37 AC_MSG_RESULT( yes)37 AC_MSG_RESULT(checking wether debug information is enabled... yes) 38 38 else 39 39 CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" 40 AC_MSG_RESULT( no)40 AC_MSG_RESULT(checking wether debug information is enabled... no) 41 41 fi 42 42 spatialindex/trunk/Makefile.in
r33 r38 205 205 src/tools/libtools.la 206 206 207 libspatialindex_la_LDFLAGS = -version-info 1:0: 1207 libspatialindex_la_LDFLAGS = -version-info 1:0:0 208 208 all: all-recursive 209 209
