Advertisement
Guest User

Build pyqwt with qwt5

a guest
Jul 25th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.41 KB | None | 0 0
  1. --- PyQwt-5.2.0.orig/configure/configure.py 2009-08-01 09:28:33.000000000 +0200
  2. +++ PyQwt-5.2.0/configure/configure.py  2011-07-25 16:26:43.000000000 +0200
  3. @@ -742,7 +742,7 @@
  4.      if sys.platform == 'win32':
  5.          qwt = 'qwt5'
  6.      else:
  7. -        qwt = 'qwt'
  8. +        qwt = 'qwt5'
  9.      if options.qwt_sources:
  10.          # yes, zap all occurrences of a qwt library
  11.          while options.extra_libs.count(qwt):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement