summaryrefslogtreecommitdiff
path: root/test/acinclude.m4
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2004-01-29 16:14:09 +0000
committerSam Lantinga <slouken@libsdl.org>2004-01-29 16:14:09 +0000
commitac5cdde4c1b263f86ac9ed2029d36dc5a09b5e15 (patch)
tree758b8a3dcf82d68237d71de5b18aa2bb94c87258 /test/acinclude.m4
parent19cdbdcc6b1c0cd3a4508ee72268be8c36b8e8e3 (diff)
Updated for the latest version of automake
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40795
Diffstat (limited to 'test/acinclude.m4')
-rw-r--r--test/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acinclude.m4 b/test/acinclude.m4
index 4cba2c48..ada3a416 100644
--- a/test/acinclude.m4
+++ b/test/acinclude.m4
@@ -8,7 +8,7 @@
dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
dnl
-AC_DEFUN(AM_PATH_SDL,
+AC_DEFUN([AM_PATH_SDL],
[dnl
dnl Get the cflags and libraries from the sdl-config script
dnl