summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 17:42:04 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit5c7cb91d187191d63acae06e8e724cab7ad252b6 (patch)
treeb85e24d101875420265bb6be3bc52fbaf1363be7 /Makefile.am
parent179aeb01082df9e7c19a285ae4d703a7714f4e2f (diff)
Do not touch CFLAGS in configure.ac
This fixes an inconsistency between tests run by ./configure and actual make
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 080411f3..ed92afac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ pixmap_DATA = htop.png
appicondir = $(datadir)/icons/hicolor/scalable/apps
appicon_DATA = htop.svg
-AM_CFLAGS += -pedantic -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR="\"$(sysconfdir)\"" -I"$(top_srcdir)/$(my_htop_platform)"
+AM_CFLAGS += -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR="\"$(sysconfdir)\"" -I"$(top_srcdir)/$(my_htop_platform)"
AM_LDFLAGS =
myhtopsources = \

© 2014-2024 Faster IT GmbH | imprint | privacy policy