Changeset 45 for trunk/configure.ac


Ignore:
Timestamp:
Jun 7, 2006, 10:30:17 PM (18 years ago)
Author:
rainer
Message:

Fix for broken compile with oracle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r43 r45  
    11381138            fi
    11391139            LIBS="${LIBS} -L${ORACLE_LIB_DIR} ${ORACLE_LIBS}"
     1140            if test "x$GCC" != "xyes"; then
     1141              CFLAGS="${CFLAGS} -fno-strict-aliasing"
     1142            fi
    11401143          fi
    11411144          AC_DEFINE(WITH_ORACLE)
Note: See TracChangeset for help on using the changeset viewer.