We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f980e commit 64b961bCopy full SHA for 64b961b
xorg-server.m4
@@ -23,10 +23,10 @@ dnl other dealings in this Software without prior written authorization
23
dnl from the copyright holders.
24
dnl
25
26
-# XORG_DRIVER_CHECK_EXT()
+# XORG_DRIVER_CHECK_EXT(MACRO, PROTO)
27
# --------------------------
28
-# Checks for the $1 define in xorg-server.h (from the sdk). If it
29
-# is defined, then add $1 to $REQUIRED_MODULES.
+# Checks for the MACRO define in xorg-server.h (from the sdk). If it
+# is defined, then add the given PROTO to $REQUIRED_MODULES.
30
31
AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
32
AC_REQUIRE([PKG_PROG_PKG_CONFIG])
0 commit comments