]> git.pld-linux.org Git - packages/ddt.git/blob - ddt-cgi-to-cgic.patch
- dropped pre-cvs changelog
[packages/ddt.git] / ddt-cgi-to-cgic.patch
1 diff -urN ddt-0.5.9.org/configure.in ddt-0.5.9/configure.in
2 --- ddt-0.5.9.org/configure.in  Tue May  6 14:39:02 2003
3 +++ ddt-0.5.9/configure.in      Tue May  6 14:39:17 2003
4 @@ -263,7 +263,7 @@
5                                           AC_MSG_ERROR(gcrypt library not found))
6  
7  if test x$admin = xtrue ; then
8 -  AC_CHECK_LIB(cgi, cgiHeader, ,      AC_MSG_ERROR(cgi library not found))
9 +  AC_CHECK_LIB(cgic, cgiHeader, ,      AC_MSG_ERROR(cgi library not found))
10  fi
11  
12  AC_LANG_RESTORE
13
This page took 0.031266 seconds and 3 git commands to generate.