From 2a725fde45cbc823b629504ddb38211f7512d8f3 Mon Sep 17 00:00:00 2001 From: imaginos Date: Tue, 24 Aug 2004 22:50:58 +0000 Subject: [PATCH] appending to the wrong var git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@14 726aef4b-f618-498e-8847-2d620e286838 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 75d9f4e5..ea71fc40 100755 --- a/configure +++ b/configure @@ -2762,7 +2762,7 @@ fi MODTARGET="modules" appendLib -ldl if test -n "$ISSUN"; then - appendCXX -mimpure-text + MODFLAGS="$MODFLAGS -mimpure-text" fi fi diff --git a/configure.in b/configure.in index bc09f77e..05ae48af 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ if test "$MODULES" = "yes"; then MODTARGET="modules" appendLib -ldl if test -n "$ISSUN"; then - appendCXX -mimpure-text + MODFLAGS="$MODFLAGS -mimpure-text" fi fi