From 26ce7dfd12b813d2a112193c881334dd53b415b5 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca <jonas.fonseca@savoirfairelinux.com> Date: Mon, 7 Dec 2009 12:29:32 -0500 Subject: [PATCH] Remove undefined SFL_CXX_WITH_DEBUG macro It was originally defined in the toplevel m4/sfl-internal.m4 file and later inlined in the configure.ac. While the definition removed, the reference was not and causes the configure script to print an error message. --- sflphone-common/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac index 8ea46baa20..1a6b5e5eaf 100644 --- a/sflphone-common/configure.ac +++ b/sflphone-common/configure.ac @@ -90,7 +90,6 @@ AC_SUBST(PKGADD_VENDOR) dnl Check for programs AC_PROG_CC - SFL_CXX_WITH_DEBUG AC_PROG_CXX AC_PROG_CPP AC_PROG_INSTALL -- GitLab