From: Dana Jansens Date: Mon, 11 Nov 2002 03:29:24 +0000 (+0000) Subject: do tests using c++ X-Git-Tag: openbox-2_1_3^2~17 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f3a151ba1ce8b9afd2b04de288996b096f385720;p=dana%2Fopenbox.git do tests using c++ --- 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.])