]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove typo from configure.in
authorKern Sibbald <kern@sibbald.com>
Sun, 5 Apr 2009 16:54:35 +0000 (16:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 5 Apr 2009 16:54:35 +0000 (16:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8693 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure

index c8403c39a17af5d2c04eed6e70d861c317811f08..49ceab0fd9c0586c51419112ad4cb945fb050b71 100644 (file)
@@ -1,4 +1,4 @@
-lal
+dnl
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -567,10 +567,10 @@ AC_ARG_ENABLE(static-tools,
    AC_HELP_STRING([--enable-static-tools], [enable static tape tools @<:@default=no@:>@]),
    [
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_tools=yes
        fi
    ]
@@ -589,10 +589,10 @@ AC_ARG_ENABLE(static-fd,
    AC_HELP_STRING([--enable-static-fd], [enable static File daemon @<:@default=no@:>@]),
    [
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_fd=yes
        fi
    ]
@@ -611,10 +611,10 @@ AC_ARG_ENABLE(static-sd,
    AC_HELP_STRING([--enable-static-sd], [enable static Storage daemon @<:@default=no@:>@]),
    [
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_sd=yes
        fi
    ]
@@ -633,10 +633,10 @@ AC_ARG_ENABLE(static-dir,
    AC_HELP_STRING([--enable-static-dir], [enable static Director @<:@default=no@:>@]),
    [
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_dir=yes
        fi
    ]
@@ -655,10 +655,10 @@ AC_ARG_ENABLE(static-cons,
    AC_HELP_STRING([--enable-static-cons], [enable static Console @<:@default=no@:>@]),
    [
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_cons=yes
        fi
    ]
index 5c576f1266ba85ec71cb13f05be10716323de068..42afcd5d8db9776aaabab0fa75b21466b1fae916 100755 (executable)
 if test "${enable_static_tools+set}" = set; then
   enableval=$enable_static_tools;
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_tools=yes
        fi
 
 if test "${enable_static_fd+set}" = set; then
   enableval=$enable_static_fd;
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_fd=yes
        fi
 
 if test "${enable_static_sd+set}" = set; then
   enableval=$enable_static_sd;
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_sd=yes
        fi
 
 if test "${enable_static_dir+set}" = set; then
   enableval=$enable_static_dir;
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_dir=yes
        fi
 
 if test "${enable_static_cons+set}" = set; then
   enableval=$enable_static_cons;
        if test x$enableval = xyes; then
-          if test x$use_libtool = xyes; then
-             echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
-             exit 1
-          fi
+         if test x$use_libtool = xyes; then
+            echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+            exit 1
+         fi
          support_static_cons=yes
        fi