From 1620d5f95505f47132fd343ea3b5576d123637c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 31 Dec 1998 16:56:45 -0800
Subject: [PATCH] bugfix

Rev: src/modules/Perl/configure.in:1.4
---
 src/modules/Perl/configure.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/modules/Perl/configure.in b/src/modules/Perl/configure.in
index 080c2e0721..0ec9587891 100644
--- a/src/modules/Perl/configure.in
+++ b/src/modules/Perl/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.3 1998/12/21 23:18:04 hubbe Exp $
+# $Id: configure.in,v 1.4 1999/01/01 00:56:45 hubbe Exp $
 AC_INIT(perlmod.c)
 AC_CONFIG_HEADER(perl_machine.h)
 
@@ -61,6 +61,8 @@ if test "x$pike_cv_perlmod_have_perl" = xyes ; then
   AC_DEFINE(HAVE_PERL)
   AC_MSG_RESULT(yes)
 else
+  PERL_LDFLAGS=''
+  PERL_CCFLAGS=''
   AC_MSG_RESULT(no)
 fi
 
-- 
GitLab