configure.ac (6f8e4455) configure.ac (e3bd0393)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 308 unchanged lines hidden (view full) ---

317AC_ARG_ENABLE(static-gtk,
318[ --enable-static-gtk Modules that are linked against gtk libraries use
319 the static libraries instead of the dynamic ones.
320 (enables -Bstatic linker flag for gtk libraries)
321],,)
322AC_ARG_ENABLE(layout,
323[ --enable-layout Enable the compilation and use of layout dialogs
324],,)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 308 unchanged lines hidden (view full) ---

317AC_ARG_ENABLE(static-gtk,
318[ --enable-static-gtk Modules that are linked against gtk libraries use
319 the static libraries instead of the dynamic ones.
320 (enables -Bstatic linker flag for gtk libraries)
321],,)
322AC_ARG_ENABLE(layout,
323[ --enable-layout Enable the compilation and use of layout dialogs
324],,)
325AC_ARG_ENABLE(nss_module,
325AC_ARG_ENABLE(nss-module,
326[ --disable-nss-module Whether to use the NSS module that is used for xml-security
327],,enable_nss_module=yes)
328AC_ARG_ENABLE(kde,
329[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms
330 where Qt and KDE are available.
331],,)
332AC_ARG_ENABLE(kdeab,
333[ --disable-kdeab Disable the KDE address book support

--- 7086 unchanged lines hidden ---
326[ --disable-nss-module Whether to use the NSS module that is used for xml-security
327],,enable_nss_module=yes)
328AC_ARG_ENABLE(kde,
329[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms
330 where Qt and KDE are available.
331],,)
332AC_ARG_ENABLE(kdeab,
333[ --disable-kdeab Disable the KDE address book support

--- 7086 unchanged lines hidden ---