appending to the wrong var

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@14 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2004-08-24 22:50:58 +00:00
parent 15dc927895
commit 2a725fde45
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -2762,7 +2762,7 @@ fi
MODTARGET="modules"
appendLib -ldl
if test -n "$ISSUN"; then
appendCXX -mimpure-text
MODFLAGS="$MODFLAGS -mimpure-text"
fi
fi

View File

@@ -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