~ubuntu-branches/ubuntu/natty/python3.2/natty-security

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
])
15
15
AC_PREREQ(2.65)
16
16
 
17
 
AC_REVISION($Revision: 87698 $)
 
17
AC_REVISION($Revision: 88350 $)
18
18
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
19
19
AC_CONFIG_SRCDIR([Include/object.h])
20
20
AC_CONFIG_HEADER(pyconfig.h)
738
738
          BLDLIBRARY='-Wl,-R,$(LIBDIR) -L. -lpython$(LDVERSION)'
739
739
          RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
740
740
          INSTSONAME="$LDLIBRARY".$SOVERSION
741
 
          if test $with_pydebug == no
 
741
          if test "$with_pydebug" != yes
742
742
          then
743
743
              PY3LIBRARY=libpython3.so
744
744
          fi
753
753
                ;;
754
754
          esac
755
755
          INSTSONAME="$LDLIBRARY".$SOVERSION
756
 
          PY3LIBRARY=libpython3.so
757
 
          if test $with_pydebug == no
 
756
          if test "$with_pydebug" != yes
758
757
          then
759
758
              PY3LIBRARY=libpython3.so
760
759
          fi