$NetBSD: patch-ab,v 1.4 2003/04/29 12:16:19 augustss Exp $

--- ./mk/config.mk.in.orig	Wed Feb 12 22:41:18 2003
+++ ./mk/config.mk.in	Fri Mar 28 23:48:02 2003
@@ -338,10 +338,13 @@
 # Libraries needed for linking with readline
 LibsReadline=@LibsReadline@
 
+# Additional linker flags needed for linking with readline
+ExtraLdOptsReadline=@ExtraLdOptsReadline@
+
 # Include path to readline.h
 # (no path == in standard include path)
 #
-ReadlineIncludePath=
+ReadlineIncludePath=@ReadlineIncludePath@
 
 # Math library
 LIBM=@LIBM@
@@ -678,6 +681,9 @@
 #
 HaveLibGmp	= @HaveLibGmp@
 LibGmp		= @LibGmp@
+
+# Additional linker flags needed for linking with gmp (when HaveLibGmp=YES)
+ExtraLdOptsGmp=@ExtraLdOptsGmp@
 
 #-----------------------------------------------------------------------------
 # Mingwex Library
