Skip to content

Commit 64b961b

Browse files
committed
macros: clarify documentation
Signed-off-by: Yaakov Selkowitz <[email protected]> Reviewed-by: Peter Hutterer <[email protected]>
1 parent 04f980e commit 64b961b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xorg-server.m4

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ dnl other dealings in this Software without prior written authorization
2323
dnl from the copyright holders.
2424
dnl
2525

26-
# XORG_DRIVER_CHECK_EXT()
26+
# XORG_DRIVER_CHECK_EXT(MACRO, PROTO)
2727
# --------------------------
28-
# Checks for the $1 define in xorg-server.h (from the sdk). If it
29-
# is defined, then add $1 to $REQUIRED_MODULES.
28+
# Checks for the MACRO define in xorg-server.h (from the sdk). If it
29+
# is defined, then add the given PROTO to $REQUIRED_MODULES.
3030

3131
AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
3232
AC_REQUIRE([PKG_PROG_PKG_CONFIG])

0 commit comments

Comments
 (0)