~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/misc.m4

  • Committer: Brian Aker
  • Date: 2008-12-02 21:01:25 UTC
  • mfrom: (632.1.24 devel)
  • Revision ID: brian@tangent.org-20081202210125-qwz7ls1777jvxmww
Fix from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
  else
476
476
    CC_VERSION=""
477
477
  fi
478
 
  AC_MSG_RESULT("$CC $CC_VERSION")
 
478
  AC_MSG_RESULT("$CC_VERSION")
479
479
  AC_SUBST(CC_VERSION)
480
480
])
481
481
 
492
492
  else
493
493
    CXX_VERSION=""
494
494
  fi
495
 
  AC_MSG_RESULT("$CXX $CXX_VERSION")
 
495
  AC_MSG_RESULT("$CXX_VERSION")
496
496
  AC_SUBST(CXX_VERSION)
497
497
])
498
498