~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to config

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060515160058-pg6lnbkkpkwpdj2e
Tags: upstream-0.9.8b
ImportĀ upstreamĀ versionĀ 0.9.8b

Show diffs side-by-side

added added

removed removed

Lines of Context:
406
406
  CC=gcc
407
407
  # then strip off whatever prefix egcs prepends the number with...
408
408
  # Hopefully, this will work for any future prefixes as well.
409
 
  GCCVER=`echo $GCCVER | sed 's/^[a-zA-Z]*\-//'`
 
409
  GCCVER=`echo $GCCVER | LC_ALL=C sed 's/^[a-zA-Z]*\-//'`
410
410
  # Since gcc 3.1 gcc --version behaviour has changed.  gcc -dumpversion
411
411
  # does give us what we want though, so we use that.  We just just the
412
412
  # major and minor version numbers.