~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:24:18 UTC
  • mfrom: (2159.1.1 remove-lint)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172418-vd210j88hiwk8jih
Removed the lint stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
PANDORA_REQUIRE_LIBREADLINE
73
73
PANDORA_REQUIRE_LIBDL
74
74
AC_LANG_POP
75
 
AC_FUNC_STRERROR_R
76
75
 
77
76
DRIZZLE_STACK_DIRECTION
78
77
 
146
145
AC_CONFIG_FILES(Makefile dnl
147
146
 tests/Makefile dnl
148
147
 drizzled/plugin/version.h dnl
149
 
 support-files/drizzle7.pc dnl
150
 
 support-files/libdrizzle.pc dnl
151
148
 support-files/smf/install.sh dnl
152
149
 support-files/smf/drizzle.xml dnl
153
150
 support-files/smf/drizzle)