summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorPeter E. Yee <yee@trident.arc.nasa.gov>1988-01-29 20:22:10 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1988-01-29 20:22:10 +0000
commit725c4100677777ac4aca591b894c4489fb311d98 (patch)
tree19af9e948464805af4f96cc6b82e06c658fa3e57 /patchlevel.h
parentd96024cf1e3df534df4aa43f818004cbc6477660 (diff)
downloadperl-725c4100677777ac4aca591b894c4489fb311d98.tar.gz
perl 1.0 patch 10: if your libc is in a strange place, Configure blows up
There's a line in Configure that says libc=ans which should say libc=$ans. This only shows up if libc.a isn't in /lib.
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 618bca4808..4e0e918bcb 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1 +1 @@
-#define PATCHLEVEL 9
+#define PATCHLEVEL 10