[Pidgin] #10869: Typo in configure.ac

Pidgin trac at pidgin.im
Wed Dec 2 04:29:42 EST 2009


#10869: Typo in configure.ac
----------------------------+-----------------------------------------------
 Reporter:  aab at purdue.edu  |     Owner:  rekkanoryo
     Type:  defect          |    Status:  new       
Component:  unclassified    |   Version:  2.6.4     
 Keywords:                  |  
----------------------------+-----------------------------------------------
 The configure.ac file has the "-L" and "-l" option order reversed when
 attempting to use the found python library.  Following is the patch I use.

 {{{
 diff -u pidgin-2.6.4/configure.ac.orig pidgin-2.6.4/configure.ac
 --- pidgin-2.6.4/configure.ac.orig      2009-11-29 22:13:44.000000000
 -0500
 +++ pidgin-2.6.4/configure.ac   2009-12-02 00:43:04.753177000 -0500
 @@ -1470,7 +1470,7 @@
                 AC_CHECK_LIB(pthread, pthread_create, )
                 AC_CHECK_LIB(util, openpty, )
                 AC_CHECK_LIB(db, dbopen, )
 -               PY_LIBS="-lpython$PY_VERSION
 -L$PY_EXEC_PREFIX/lib/python$PY_VER
 SION/config"
 +               PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config
 -lpython
 $PY_VERSION"
                 PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
                 AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
 availab
 le.])
                 AC_MSG_RESULT(ok)
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/10869>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list