diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-02 00:45:30 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-02 00:45:30 +0000 |
commit | 03379474e0fd9c21ac058e2319618934359b3262 (patch) | |
tree | 9000c211b4fcf2339a374db132f7d765ba9b7e00 /configure.ac | |
parent | 2d7b1893befb84850f3221cbe70b3bce4e621d63 (diff) |
only do the AS_HELP_STRING workaround once, d'oh
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ea9c0d11d..071884531 100644 --- a/configure.ac +++ b/configure.ac @@ -130,8 +130,6 @@ case $host_cpu in ;; esac -m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) - REQUIRED_MODULES="randrproto renderproto fixesproto damageproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto" DEFAULT_VENDOR_STRING="X.Org" |