diff options
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r-- | emulators/hercules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index a8351285c39b..d3cd98541de9 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -18,7 +18,7 @@ OPTIONS= PTHREADS "Build with pthreads instead of fthreads." on \ NLS "Build with native language support." on \ DEBUG "Enable for debugging hercules itself." off -USE_AUTOTOOLS= libtool:22 libltdl:22 +USE_AUTOTOOLS= libtool libltdl GNU_CONFIGURE= yes USE_LDCONFIG= yes |