From bd61189b7733e1304e90881e090342ea2f543924 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:39:48 +0200 Subject: Move nevrax.org to / --- cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.7&r2=1.14 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.7&r2=1.14') diff --git a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.7&r2=1.14 b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.7&r2=1.14 index ed3234dd..f9063f39 100644 --- a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.7&r2=1.14 +++ b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.7&r2=1.14 @@ -3,8 +3,8 @@ code/nelns/acinclude.m4 - diff - 1.14 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/acinclude.m4 between version 1.7 and 1.14

+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/acinclude.m4 between version 1.7 and 1.14

@@ -33,7 +33,7 @@ - + @@ -51,7 +51,7 @@ - + -- cgit v1.2.1
version 1.7, 2002/01/29 13:21:42
 if test $is_mandatory = "yes" if test $is_mandatory = "yes"
 then then
  
     AC_MSG_CHECKING(for -l$nel_test_lib)     AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])])
     AC_MSG_CHECKING(for -l$nel_test_lib)     AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])])
          
     NEL_TEST_LIBS="$NEL_LIBS $nel_additional_libs -l$nel_test_lib" 
  
     else 
         if test "$is_mandatory" = "yes" 
         then 
             AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) 
             AC_MSG_ERROR([$chk_message_obj must be installed ().]) 
         else 
             AC_MSG_RESULT(no) 
         fi