dgaudet 98/01/23 10:53:41
Modified: src Tag: APACHE_1_2_X Configuration.tmpl
Log:
I'm tired of the damn bug reports.
Revision Changes Path
No revision
No revision
1.63.2.2 +3 -0 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.63.2.1
retrieving revision 1.63.2.2
diff -u -r1.63.2.1 -r1.63.2.2
--- Configuration.tmpl 1997/10/22 00:18:43 1.63.2.1
+++ Configuration.tmpl 1998/01/23 18:53:40 1.63.2.2
@@ -41,6 +41,9 @@
# Settings here have priority; If not set, Configure will attempt to guess
# the C compiler, and set OPTIM to '-O2'
#
+# REDHAT LINUX 5.0 USERS PLEASE NOTE! You have to add -lcrypt to
+# EXTRA_LIBS. This is fixed in 1.3 but will not be fixed in 1.2.
+#
EXTRA_CFLAGS=
EXTRA_LFLAGS=
EXTRA_LIBS=
|