~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/lib-link.m4

  • Committer: Monty Taylor
  • Date: 2009-04-14 21:16:57 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090414211657-h6g4bf6qbw8c45ek
Dagnabbit. Sun Studio. Sun Studio. Sun Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
  define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])])
153
153
  dnl By default, look in $includedir and $libdir.
154
154
  use_additional=yes
155
 
  if test "x$3" = "xsystem"
 
155
  if test "x$GCC" = "xyes" -a "x$3" = "xsystem"
156
156
  then
157
157
    i_system="-isystem "
158
158
  else