diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 20:39:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 20:39:41 -0700 |
commit | bbbe661b5b111836f9fb8adf9c3c329480008d60 (patch) | |
tree | 9acebcc1f1dd3ccc86f830fc139b2b18a26762b7 /configure.ac | |
parent | d4ed95d3574f8dd562c4af527bf5309d3e50a8d8 (diff) |
config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f919318..514d9ae 100644 --- a/configure.ac +++ b/configure.ac @@ -33,9 +33,6 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - XORG_DEFAULT_OPTIONS AC_ARG_WITH(xkb-config-root, |