From: Marco van Wieringen Date: Tue, 12 Jan 2010 20:09:07 +0000 (+0100) Subject: Fix yet another small typo in configure X-Git-Tag: Release-5.0.0~72 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c7b994421cac1be8ed888a28adc585371be0eb65;p=bacula%2Fbacula Fix yet another small typo in configure --- 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