summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-11-19 13:22:32 -0500
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2011-11-21 10:33:11 +0200
commit03529b7b35fa8d7b5bac277d6abe1caf0557301a (patch)
tree3a5cf4c010fe4cc938bec2f2afdb22a1f2f29120 /configure.ac
parentac99bf2c5cdf86f039a290397614ca042a56c8db (diff)
Separate compiler from pre-processor options
Clean-up what goes in AM_CFLAGS and AM_CPPFLAGS Use more descriptive names such that comments are not needed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 307ffe2..26a3642 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,8 @@ AC_ARG_ENABLE(geodegx-panel,
AC_HELP_STRING([--disable-geodegx-panel],
[Disable support for flatpanels with the Geode GX]),
[ ],
- [ AMD_CFLAGS="-DPNL_SUP $AMD_CFLAGS" ])
+ [ PANEL_CPPFLAGS=-DPNL_SUP ])
+AC_SUBST(PANEL_CPPFLAGS)
# Define a configure option to enable/disable ztv
AC_ARG_ENABLE(ztv,
@@ -136,7 +137,6 @@ fi
AC_SUBST([XORG_CFLAGS])
AC_SUBST([moduledir])
-AC_SUBST([AMD_CFLAGS])
DRIVER_NAME=geode
AC_SUBST([DRIVER_NAME])