On mingw 2005, the argp module fails to link:

gllib/argp-parse.c:128: undefined reference to 'sleep'

This fixes it; I'm committing it.


2007-05-01  Bruno Haible  <[EMAIL PROTECTED]>

        * modules/argp (Depends-on): Add sleep.

*** modules/argp        9 Sep 2006 05:14:25 -0000       1.15
--- modules/argp        1 May 2007 22:17:38 -0000
***************
*** 29,34 ****
--- 29,35 ----
  strcase
  extensions
  vsnprintf
+ sleep
  
  configure.ac:
  gl_ARGP



Reply via email to