From f3a151ba1ce8b9afd2b04de288996b096f385720 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Nov 2002 03:29:24 +0000 Subject: [PATCH] do tests using c++ --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 5e699972..9e776f95 100644 --- a/configure.in +++ b/configure.in @@ -15,6 +15,8 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL +AC_LANG(C++) + AC_CHECK_PROGS(regex_cmd, sed) if test x$regex_cmd = "x"; then AC_MSG_ERROR([error. sed is required to build the default menu file.]) -- 2.34.1