mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
configure.ac indentation
This commit is contained in:
parent
6da2a23d1f
commit
c9396c4be9
14
configure.ac
14
configure.ac
@ -78,16 +78,16 @@ AC_CHECK_HEADERS([termios.h])
|
|||||||
AC_CHECK_FUNCS(getpass)
|
AC_CHECK_FUNCS(getpass)
|
||||||
|
|
||||||
AC_ARG_WITH([gsf],
|
AC_ARG_WITH([gsf],
|
||||||
AS_HELP_STRING([--without-gsf], [Ignore presence of libgsf and disable it])
|
AS_HELP_STRING([--without-gsf], [Ignore presence of libgsf and disable it])
|
||||||
)
|
)
|
||||||
AS_IF([test "x$with_gsf" != "xno"],
|
AS_IF([test "x$with_gsf" != "xno"],
|
||||||
[PKG_CHECK_MODULES([GSF], [libgsf-1], [have_gsf=yes], [have_gsf=no])],
|
[PKG_CHECK_MODULES([GSF], [libgsf-1], [have_gsf=yes], [have_gsf=no])],
|
||||||
[have_gsf=no]
|
[have_gsf=no]
|
||||||
)
|
)
|
||||||
AS_IF([test "x$have_gsf" = "xyes"],
|
AS_IF([test "x$have_gsf" = "xyes"],
|
||||||
[AC_DEFINE([WITH_GSF], 1, [Have libgsf?])],
|
[AC_DEFINE([WITH_GSF], 1, [Have libgsf?])],
|
||||||
[AS_IF([test "x$with_gsf" = "xyes"],
|
[AS_IF([test "x$with_gsf" = "xyes"],
|
||||||
[AC_MSG_ERROR([libgsf requested but not found])])]
|
[AC_MSG_ERROR([libgsf requested but not found])])]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -134,3 +134,5 @@ AC_SUBST([OPTIONAL_LIBCURL_LIBS])
|
|||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
# vim: set ts=4 noexpandtab:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user