From 36a249399cd79400ef75b7ef2c17726429884e38 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 4 Feb 2000 02:09:02 +0000 Subject: [PATCH] typo --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 438e0cd79..a444e3393 100755 --- a/configure +++ b/configure @@ -797,7 +797,7 @@ if test "${with_devel+set}" = set; then DEV="" ;; no) ;; - *) echo "Ignoring unknown argument to --with-devel: $with_csops" + *) echo "Ignoring unknown argument to --with-devel: $with_devel" ;; esac fi diff --git a/configure.in b/configure.in index 7f250bcbc..000374ed5 100644 --- a/configure.in +++ b/configure.in @@ -146,7 +146,7 @@ AC_ARG_WITH(devel, [ --with-devel add developement options], DEV="" ;; no) ;; - *) echo "Ignoring unknown argument to --with-devel: $with_csops" + *) echo "Ignoring unknown argument to --with-devel: $with_devel" ;; esac]) -- 2.40.0