~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-12-20 23:44:07 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081220234407-585wdrdd1vxqqzam
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1227
1227
  then
1228
1228
    W_FAIL="-Werror"
1229
1229
  fi
1230
 
  BASE_WARNINGS="-W -Wall -Wextra ${W_FAIL}"
 
1230
  BASE_WARNINGS="-Wall -Wextra ${W_FAIL}"
1231
1231
 
1232
1232
  if test "$ac_warn_longlong" = "yes"
1233
1233
  then
1375
1375
esac
1376
1376
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
1377
1377
 
 
1378
AC_SUBST(pkgplugindir,"\$(pkglibdir)/plugin")
 
1379
 
1378
1380
dnl GCC Precompiled Header Support
1379
1381
dnl re-enable later
1380
1382
dnl AM_CONDITIONAL([BUILD_GCC_PCH],[test "$GCC" = "yes"])