pod2man is no longer needed
authorMathieu Parent <math.parent@gmail.com>
Wed, 18 Sep 2019 03:15:47 +0000 (03:15 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 18 Sep 2019 18:34:35 +0000 (18:34 +0000)
Since e24e344d0da58013fd5fa404529fe1d25ef403bf.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14131

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
pidl/wscript

index 01b71bd8b275d66d6ac86487f61cdd5533569648..d1b8278990a2d7f94941accb9dd8e46322d27fa7 100644 (file)
@@ -34,7 +34,6 @@ def configure(conf):
 
     # yapp is used for building the parser
     conf.find_program('yapp', var='YAPP')
-    conf.find_program('pod2man', var='POD2MAN')
 
 def build(bld):