~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-08-04 22:01:39 UTC
  • mto: (261.1.4 drizzle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: monty@inaugust.com-20080804220139-fy862jc9lykayvka
Moved libdrizzle.ver.in to libdrizzle.ver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
 
286
286
MYSQL_PROG_AR
287
287
 
288
 
# libmysqlclient versioning when linked with GNU ld.
 
288
# libdrizzle versioning when linked with GNU ld.
289
289
if $LD --version 2>/dev/null|grep -q GNU; then
290
290
  LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/libdrizzle/libdrizzle.ver"
291
 
  AC_CONFIG_FILES(libdrizzle/libdrizzle.ver)
292
291
fi
293
292
AC_SUBST(LD_VERSION_SCRIPT)
294
293