From 98761e67b77de9de516178098535d2632f5cc820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 3 Nov 2000 15:23:04 +0100 Subject: [PATCH] Fixed typo. Rev: src/modules/Oracle/configure.in:1.28 --- src/modules/Oracle/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Oracle/configure.in b/src/modules/Oracle/configure.in index 8755af25b0..9b033100f5 100755 --- a/src/modules/Oracle/configure.in +++ b/src/modules/Oracle/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.27 2000/11/03 14:10:32 grubba Exp $ +# $Id: configure.in,v 1.28 2000/11/03 14:23:04 grubba Exp $ # # Configure script for the oracle module # @@ -16,7 +16,7 @@ AC_ARG_WITH(oracle, [ --without-oracle no support for the Oracle databas if test x$with_oracle = xyes; then AC_MSG_CHECKING(if this is HP-UX) - if test "x$piks_cv_sys_os" = "xHP-UX"; then + if test "x$pike_cv_sys_os" = "xHP-UX"; then AC_MSG_RESULT(yes - disabling dynamic loading for this module) dynamic_module_makefile="$static_module_makefile" else -- GitLab