~ubuntu-branches/ubuntu/utopic/libspnav/utopic

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-31 10:37:07 UTC
  • mfrom: (1.1.2 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101231103707-k8o71i2afsvb3twm
Tags: 0.2.2-1ubuntu1
* Merge from Debian Unstable.  Remaining Ubuntu changes:
  - Add symbols file

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
srcdir="`dirname "$0"`"
11
11
libdir=lib
12
12
 
13
 
if [ "`uname -m`" = 'x86_64' ]; then
14
 
        libdir=lib64
15
 
fi
 
13
#if [ "`uname -m`" = 'x86_64' ]; then
 
14
#       libdir=lib64
 
15
#fi
16
16
 
17
17
for arg; do
18
18
        case "$arg" in