diff options
author | Bruno Haible <bruno@clisp.org> | 2007-03-04 15:33:48 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-03-04 15:33:48 +0000 |
commit | 4f1ef93bb87111c89562d136d07e0278c12dca5b (patch) | |
tree | 93e5019024e205d6263d54215bba826303c1da19 /modules/relocatable-prog-wrapper | |
parent | c417407f31b86913a34d80bd4af4bae43d9793ba (diff) | |
download | gnulib-4f1ef93bb87111c89562d136d07e0278c12dca5b.tar.gz |
Compile relocatable.c only if --enable-relocatable was specified.
Diffstat (limited to 'modules/relocatable-prog-wrapper')
-rw-r--r-- | modules/relocatable-prog-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-wrapper index fb9c6c0ca9..07075254e6 100644 --- a/modules/relocatable-prog-wrapper +++ b/modules/relocatable-prog-wrapper @@ -43,7 +43,7 @@ configure.ac: gl_FUNC_READLINK_SEPARATE gl_CANONICALIZE_LGPL_SEPARATE gl_ALLOCSA -gl_RELOCATABLE_LIBRARY +gl_RELOCATABLE_LIBRARY_SEPARATE gl_FUNC_SETENV_SEPARATE gl_FUNC_STRERROR_SEPARATE |