diff options
author | ache <ache@FreeBSD.org> | 1996-04-16 11:47:29 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-04-16 11:47:29 +0000 |
commit | 2d55190c7fa36b39ad2d0189168c9fe4b1558bb7 (patch) | |
tree | 48ffbb1551c1bce3bd8bbd947da45161c2414ae7 /etc/defaults | |
parent | 3acd38de96d985a5123becc0abce9438d1cf0065 (diff) | |
download | FreeBSD-src-2d55190c7fa36b39ad2d0189168c9fe4b1558bb7.zip FreeBSD-src-2d55190c7fa36b39ad2d0189168c9fe4b1558bb7.tar.gz |
Back out my MOTIF_STATIC change, it is unnecessary
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/make.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 9b7f71e..72334af 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -70,12 +70,8 @@ # #HAVE_MOTIF= yes # -# If you have static libXm, uncomment this. -# -#MOTIF_STATIC= yes -# -# If the default location of the Motif library (depends on MOTIF_STATIC) is -# not appropriate for you, set this to the correct value. +# If the default location of the Motif library (specified below) is not +# appropriate for you, set this to the correct value. # #MOTIFLIB= "-L${X11BASE}/lib -lXm" # |