summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-24 14:26:34 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-24 14:26:34 -0800
commit3f7624048aa6064c69e2320a70fb7fc89e0bb7ef (patch)
tree856ee723d51b478bdee52876f22318251b0ff5fa /configure.ac
parent503843fd3066031adbd4a362c686acc721787b7d (diff)
downloadxorg-lib-libXpm-3f7624048aa6064c69e2320a70fb7fc89e0bb7ef.tar.gz
Bug 14171: sxpm/Makefile.am:21: SED was already defined
<http://bugs.freedesktop.org/show_bug.cgi?id=14171>
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 2f56e4d..dc569e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AM_CONFIG_HEADER([config.h])
# Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CC
+AC_PROG_SED
# Checks for pkg-config packages
PKG_CHECK_MODULES(XPM, xproto x11)