From c7b994421cac1be8ed888a28adc585371be0eb65 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 12 Jan 2010 21:09:07 +0100 Subject: [PATCH] Fix yet another small typo in configure --- bacula/autoconf/configure.in | 2 +- bacula/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 7eb172a54b..a23d1438e2 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1902,7 +1902,7 @@ AC_CACHE_CHECK(for ioctl_req_t, ba_cv_header_ioctl_req_t, ], [ ba_cv_header_ioctl_req_t=yes ], [ - ba_cv_header_ioct_req_t=no + ba_cv_header_ioctl_req_t=no ] ) ] diff --git a/bacula/configure b/bacula/configure index 9325c7e89a..663ac782e1 100755 --- a/bacula/configure +++ b/bacula/configure @@ -32751,7 +32751,7 @@ else sed 's/^/| /' conftest.$ac_ext >&5 - ba_cv_header_ioct_req_t=no + ba_cv_header_ioctl_req_t=no fi -- 2.39.5