@@ -1586,8 +1586,10 @@ Optional Features:
15861586 --enable-acl build with POSIX ACL support
15871587 --disable-dbus build without DBUS support
15881588 --disable-shared do not create shared libraries
1589- --enable-libtool-unsupported=/path/to/libtool
1589+
1590+ --enable-libtool-unsupported=/path/to/libtool
15901591 build with libtool (UNSUPPORTED)
1592+
15911593 --enable-debug build with debugging symbols
15921594 --enable-debug-guards build with memory allocation guards
15931595 --enable-debug-printfs build with CUPS_DEBUG_LOG support
@@ -7856,31 +7858,31 @@ fi
78567858if test ${enable_libtool_unsupported+y}
78577859then :
78587860 enableval=$enable_libtool_unsupported ;
7859- if test x$enable_libtool_unsupported ! = xno
7860- then :
78617861
7862- if test x$enable_libtool_unsupported = xyes
7863- then :
7862+ else $as_nop
78647863
7865- as_fn_error $? " Use --enable-libtool-unsupported=/path/to/libtool. " " $LINENO " 5
7864+ enable_libtool_unsupported=no
78667865
78677866fi
7868- LIBTOOL=" $enable_libtool_unsupported "
7869- enable_shared=" no"
7870- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: WARNING: libtool is not supported." >&5
7871- printf " %s\n" " $as_me : WARNING: WARNING: libtool is not supported." >&2 ; }
78727867
7873- else $as_nop
78747868
7875- LIBTOOL=" "
7869+ if test x$enable_libtool_unsupported ! = xno
7870+ then :
78767871
7877- fi
7872+ if test " x$enable_libtool_unsupported " = xyes
7873+ then :
78787874
7879- fi
7875+ as_fn_error $? " Use '--enable-libtool-unsupported=/path/to/libtool'. " " $LINENO " 5
78807876
7877+ else $as_nop
78817878
7882- if test x$LIBTOOL ! = x
7883- then :
7879+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: libtool is not supported." >&5
7880+ printf " %s\n" " $as_me : WARNING: libtool is not supported." >&2 ; }
7881+
7882+ fi
7883+
7884+ LIBTOOL=" $enable_libtool_unsupported "
7885+ enable_shared=" no"
78847886
78857887 DSO=" \$ (LIBTOOL) --mode=link --tag=CC ${CC} "
78867888 DSOXX=" \$ (LIBTOOL) --mode=link --tag=CXX ${CXX} "
0 commit comments