summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-02 19:24:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-02 19:31:10 -0700
commit5d165f4a39a9ed32a2ab518117fe3efec0681631 (patch)
treedd15ff9ab5b1de638f4dd025e433633bdae0e1b7 /configure.ac
parentc3faa78a736742f67da78cbbee40b433d10ad206 (diff)
Create missing symlinks for cursor animations
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=6466 which was originally reported at http://bugs.gentoo.org/show_bug.cgi?id=116730 Finally finishes the conversion of the Imakefile CursorLinkTarget rules into the Makefile.cursor automake fragments generated by genmakefile.sh. (Since Makefile.cursor files are checked into git, the changes made in the generated files are included in this commit as well.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2f0f23b..0bdf599 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
AC_PROG_INSTALL
+AC_PROG_LN_S
AC_PATH_PROG(XCURSORGEN, xcursorgen, no)
if test "x$XCURSORGEN" = xno; then