You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2003/07/24 19:46:09 UTC

cvs commit: httpd-python/dist setup.py.in

grisha      2003/07/24 10:46:09

  Modified:    dist     setup.py.in
  Log:
  added option noyywrap to flex and removed libl
  
  Revision  Changes    Path
  1.5       +2 -3      httpd-python/dist/setup.py.in
  
  Index: setup.py.in
  ===================================================================
  RCS file: /home/cvs/httpd-python/dist/setup.py.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- setup.py.in	29 May 2003 14:15:46 -0000	1.4
  +++ setup.py.in	24 Jul 2003 17:46:09 -0000	1.5
  @@ -39,8 +39,7 @@
                                    ["src/psp_string.c",
                                     "src/psp_parser.c",
                                     "src/_pspmodule.c"],
  -                                 include_dirs=["src/include"],
  -                                 libraries=["l"]
  +                                 include_dirs=["src/include"]
                                    )
                          ]
             )