diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-12 13:33:47 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-12 13:33:47 -0500 |
commit | 4995928a94c7cc2a295fbdf36d9949ae8f444cf6 (patch) | |
tree | f37676eb7c998365656e32b7a0a03b4b45f87554 /configure.ac | |
parent | b7b7a6c4b9227c7b429362c8ef232bf06cea57d1 (diff) |
config: remove unrequired AC_SUBST([*_CFLAGS])
This macro is called by PKG_CHECK_MODULES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 309f4d7..134482f 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,6 @@ if test x$use_xkb != xno ; then AC_DEFINE([XKB],1,[Define to use XkbStdBell]) fi -AC_SUBST(XCLOCK_CFLAGS) AC_SUBST(XCLOCK_LIBS) PKG_CHECK_MODULES(APPDEFS, xt) |