~ubuntu-branches/ubuntu/warty/flac/warty

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2001-12-10 03:09:22 UTC
  • Revision ID: james.westby@ubuntu.com-20011210030922-93iejqrd90rd6zll
Tags: 1.0.2-1
* New upstream release.
* Fixes a bug which crashed the input plugins after playing a few files
  (Closes: #123210)
* Fixes issues with the assembler optimizations, so that they can be
  re-enabled for better performance on i386

Show diffs side-by-side

added added

removed removed

Lines of Context:
1885
1885
            else
1886
1886
              # We cannot seem to hardcode it, guess we'll fake it.
1887
1887
              add_dir="-L$libdir"
 
1888
              test -d $ladir/.libs && add_dir="$add_dir -L$ladir/.libs"
1888
1889
              add="-l$name"
1889
1890
            fi
1890
1891