summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex/configure.ac
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-12 10:46:26 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-12 10:46:26 +0000
commit2634a06a7d85815f202849726ca952e4f7b02a63 (patch)
treeeca16b4d9e4db99169d70490552e0c8f85613a05 /Build/source/texk/upmendex/configure.ac
parent923ea82eab46a4005634b9820bd1a1321a35c1a3 (diff)
texk/upmendex: build system fix by Luigi
git-svn-id: svn://tug.org/texlive/trunk@39691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex/configure.ac')
-rw-r--r--Build/source/texk/upmendex/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/upmendex/configure.ac b/Build/source/texk/upmendex/configure.ac
index 35efae51a9a..810ad46d00c 100644
--- a/Build/source/texk/upmendex/configure.ac
+++ b/Build/source/texk/upmendex/configure.ac
@@ -12,6 +12,8 @@ AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
+AC_PROG_CXX
+
dnl Common code for all programs using libkpathsea.
KPSE_COMMON([upmendex], [no-define])