diff options
| author | Glenn Morris <rgm@gnu.org> | 2013-06-09 06:19:08 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2013-06-09 06:19:08 -0400 |
| commit | 7cee6e79fd98257648b3c8d4254b64dcef067ab8 (patch) | |
| tree | eb3277c81a2f330c8ab4cad158ff3fb58b5278b3 | |
| parent | 04fcf1b047a388b2fb995dbedf635238faca7a58 (diff) | |
| download | emacs-7cee6e79fd98257648b3c8d4254b64dcef067ab8.tar.gz | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index 628a856f672..cc2fafb3803 100755 --- a/autogen/configure +++ b/autogen/configure @@ -12032,7 +12032,9 @@ if test "${with_file_notification}" = "yes"; then if test "${opsys}" = "mingw32"; then with_file_notification=w32 else - with_file_notification=gfile + if test "${with_ns}" != yes; then + with_file_notification=gfile + fi fi fi @@ -16197,7 +16199,9 @@ if test "${links_glib}" = "yes"; then $as_echo "#define HAVE_GLIB 1" >>confdefs.h - XGSELOBJ=xgselect.o + if test "$HAVE_NS" = no;then + XGSELOBJ=xgselect.o + fi fi |
