diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-12 16:20:37 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-12 16:20:37 +0100 |
commit | 1fe4cba9205916f87f7ea4e800dee1c4974451fd (patch) | |
tree | 3d59df50e1ad8452884a7492cbf59d11ac3a92e6 /cfg.mk | |
parent | 32a15c3019a972eda909e0df0228c85484bb06c8 (diff) | |
download | gnutls-1fe4cba9205916f87f7ea4e800dee1c4974451fd.tar.gz |
Drop --enable-developer-mode.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc +CFGFLAGS ?= --enable-gtk-doc INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` |