diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:05 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:05 +0000 |
commit | 51761e5ec35b4d5b41b657eafbb96ac2e7a692e2 (patch) | |
tree | 9e13829ac54a7800f1eb16cfb67a1db7fcb950ee /buildlib/environment.mak.in | |
parent | 83ab33fcc08192f31fc02e680b84aa8489f76c50 (diff) |
Fixed configure
Author: jgg
Date: 1999-10-31 07:04:28 GMT
Fixed configure
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index d31e19385..43827d508 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -29,3 +29,5 @@ GPMLIB = @GPMLIB@ SLANGLIB = @SLANGLIB@ XPMLIB = @XPMLIB@ PTHREADLIB = @PTHREADLIB@ + +HAVE_C9X = @HAVE_C9X@ |