Revision 1854 trunk/configure.in
| configure.in (revision 1854) | ||
|---|---|---|
| 52 | 52 | 
                                 *) AC_MSG_ERROR(bad value ${enableval} for --disable-proxy) ;;
                 | 
              
| 53 | 53 | 
                  esac],[proxy=true])  | 
              
| 54 | 54 | 
                   | 
              
| 55 | 
                  AC_ARG_ENABLE(testsuite,  | 
              |
| 56 | 
                  [ --disable-testsuite Build the testsuite (enabled by default)],  | 
              |
| 57 | 
                          [case "x${enableval}" in
                 | 
              |
| 58 | 
                  xyes) testsuite=true ;;  | 
              |
| 59 | 
                  xno) testsuite=false ;;  | 
              |
| 60 | 
                                  *) AC_MSG_ERROR(bad value ${enableval} for --disable-testsuite) ;;
                 | 
              |
| 61 | 
                  esac],[testsuite=true])  | 
              |
| 62 | 
                  AM_CONDITIONAL(BUILD_TESTSUITE, $testsuite)  | 
              |
| 63 | 
                   | 
              |
| 55 | 64 | 
                  # Search for GLib  | 
              
| 56 | 65 | 
                  PKG_CHECK_MODULES(GLIB,  | 
              
| 57 | 66 | 
                  glib-2.0 >= 2.10.0 gthread-2.0 gmodule-2.0 gobject-2.0,  | 
              
Also available in: Unified diff
NNTPGrab

