~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-03-03 08:08:10 UTC
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090303080810-gwtc2ppv93od4knp
Hardcoding /opt/csw/include in was doing some bad things with gettext.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
      LDFLAGS="${LDFLAGS} -L/usr/lib/${isainfo_k} -L/usr/local/lib/${isainfo_k}"
261
261
    fi
262
262
  fi
263
 
  CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/opt/csw/include "
264
 
  LDFLAGS="${LDFLAGS} -L/opt/csw/lib"
 
263
  CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
265
264
 
266
265
  CXXFLAGS="${CXXFLAGS} -xlang=c99 -g -mt -compat=5 -library=stlport4 -template=no%extdef ${IS_64} ${MEMALIGN_FLAGS}"
267
266
  CFLAGS="${CFLAGS} -g -mt -xc99=all ${IS_64} ${MEMALIGN_FLAGS}"