diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-18 01:31:46 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-18 01:31:46 +0000 |
| commit | b001c3168f53cb99a5faeb9adc8b0af75013bb4d (patch) | |
| tree | 3a0b09120be289f6e7a8cedce591c0a02e954930 /configure.ac | |
| parent | 3e12c9cf2b9c069a0ca431f907a272daa0cf3776 (diff) | |
| download | enigma2-b001c3168f53cb99a5faeb9adc8b0af75013bb4d.tar.gz enigma2-b001c3168f53cb99a5faeb9adc8b0af75013bb4d.zip | |
do not use libtool
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 38a3abae..5dc22f63 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,6 @@ TUXBOX_APPS_DIRECTORY AC_PROG_CC AC_PROG_CXX AC_PROG_RANLIB -AM_PROG_LIBTOOL AC_ARG_WITH(libsdl, AC_HELP_STRING([--with-libsdl], [use sdl, yes or no]), @@ -90,4 +89,5 @@ po/Makefile main/Makefile tools/Makefile ]) + #lib/python/Plugins/Extensions/SimpleRSS/Makefile |
