diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-12-16 22:35:25 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-12-16 22:35:25 +0100 |
commit | e28a9c25c143635ffe8a1f9cee1d377a69a4f923 (patch) | |
tree | 4e35f3051c85eb5f4c055cacb9e777d77c7d9c45 /libltdl | |
parent | 75119a974616d7bfff5d4552f00377186e227740 (diff) | |
download | mad-e28a9c25c143635ffe8a1f9cee1d377a69a4f923.tar mad-e28a9c25c143635ffe8a1f9cee1d377a69a4f923.zip |
Module koennen per configure (de)aktiviert werden
Diffstat (limited to 'libltdl')
-rw-r--r-- | libltdl/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libltdl/Makefile.in b/libltdl/Makefile.in index a5a1f86..5e99a6a 100644 --- a/libltdl/Makefile.in +++ b/libltdl/Makefile.in @@ -256,6 +256,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +have_df = @have_df@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ |