| # | Line 95 | Line 95 | linux-gnu) | |
|---|---|---|
| 95 | esac | |
| 96 | ||
| 97 | # Check for the --with-server-name option | |
| 98 | < | AC_ARG_WITH([server-name], [ --with-server-name=FILE default server name (default: localhost)], [servername=$withval], [servername=[localhost]]) |
| 98 | > | AC_ARG_WITH([server-name], [ --with-server-name=FILE default server name (default: i-scream)], [servername=$withval], [servername=[i-scream]]) |
| 99 | AC_DEFINE_UNQUOTED([DEF_SERVER_NAME], ["$servername"], [Default Server Name]) | |
| 100 | ||
| 101 | # Check for the --with-server-port option | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |